From a3fa2793fcdf2b47fbb3c02bc45625f94790e34e Mon Sep 17 00:00:00 2001 From: Agate Date: Sat, 4 Jul 2020 11:33:03 +0200 Subject: [PATCH] Fixed broken authorize screen --- front/src/components/mixins/Translations.vue | 8 ++++++++ front/src/views/auth/Callback.vue | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/front/src/components/mixins/Translations.vue b/front/src/components/mixins/Translations.vue index 1648a830a..138922f07 100644 --- a/front/src/components/mixins/Translations.vue +++ b/front/src/components/mixins/Translations.vue @@ -131,6 +131,14 @@ export default { edits: { label: this.$pgettext('*/Admin/*/Noun', 'Edits'), description: this.$pgettext('Content/OAuth Scopes/Paragraph', 'Access to edits'), + }, + security: { + label: this.$pgettext('*/Admin/*/Noun', 'Security'), + description: this.$pgettext('Content/OAuth Scopes/Paragraph', 'Access to security settings such as password and authorization'), + }, + reports: { + label: this.$pgettext('*/Moderation/*/Noun', 'Reports'), + description: this.$pgettext('Content/OAuth Scopes/Paragraph', 'Access to moderation reports'), } } } diff --git a/front/src/views/auth/Callback.vue b/front/src/views/auth/Callback.vue index 47e970a0a..4a64eb1e1 100644 --- a/front/src/views/auth/Callback.vue +++ b/front/src/views/auth/Callback.vue @@ -5,7 +5,7 @@
-

Logging in…

{{ next }} {{ code }} {{ state }} +

Logging in…