Fixed broken authorize screen
This commit is contained in:
parent
d96d0a1730
commit
a3fa2793fc
|
@ -131,6 +131,14 @@ export default {
|
||||||
edits: {
|
edits: {
|
||||||
label: this.$pgettext('*/Admin/*/Noun', 'Edits'),
|
label: this.$pgettext('*/Admin/*/Noun', 'Edits'),
|
||||||
description: this.$pgettext('Content/OAuth Scopes/Paragraph', 'Access to 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'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="ui hidden divider"></div>
|
<div class="ui hidden divider"></div>
|
||||||
<div class="ui active inverted dimmer">
|
<div class="ui active inverted dimmer">
|
||||||
<div class="ui text loader">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue