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…