Fixed broken authorize screen

This commit is contained in:
Agate 2020-07-04 11:33:03 +02:00
parent d96d0a1730
commit a3fa2793fc
2 changed files with 9 additions and 1 deletions

View File

@ -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'),
}
}
}

View File

@ -5,7 +5,7 @@
<div class="ui hidden divider"></div>
<div class="ui active inverted dimmer">
<div class="ui text loader">
<h2><translate translate-context="*/Login/*">Logging in</translate></h2> {{ next }} {{ code }} {{ state }}
<h2><translate translate-context="*/Login/*">Logging in</translate></h2>
</div>
</div>
</div>