Signed-off-by: Carl Schwan <carl@carlschwan.eu>
master
Carl Schwan 2022-11-21 15:58:36 +01:00
rodzic fb266f056d
commit 58ca865523
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -24,6 +24,9 @@
{{ t('social', '{appDisplayName} would like permission to access your account. It is a third party application.', {appDisplayName: appName}) }}
<b>{{ t('social', 'If you do not trust it, then you should not authorize it.') }}</b>
</p>
<input type="hidden"
name="requesttoken"
:value="OC.requestToken">
<div class="button-row">
<NcButton type="primary" nativeType="submit">
{{ t('social', 'Authorize') }}
@ -53,7 +56,7 @@ export default {
},
computed: {
homeUrl() {
generateUrl('/apps/social/')
return generateUrl('/apps/social/')
},
},
}