diff --git a/src/views/OAuth2Authorize.vue b/src/views/OAuth2Authorize.vue index 0732f1ec..01041d5a 100644 --- a/src/views/OAuth2Authorize.vue +++ b/src/views/OAuth2Authorize.vue @@ -24,6 +24,9 @@ {{ t('social', '{appDisplayName} would like permission to access your account. It is a third party application.', {appDisplayName: appName}) }} {{ t('social', 'If you do not trust it, then you should not authorize it.') }}

+
{{ t('social', 'Authorize') }} @@ -53,7 +56,7 @@ export default { }, computed: { homeUrl() { - generateUrl('/apps/social/') + return generateUrl('/apps/social/') }, }, }