[auth] fixed display of scopes in auth button, added highlight of empty field
This commit is contained in:
@@ -5,4 +5,11 @@
|
||||
authorize__btn_operation_logout
|
||||
{{/if}}
|
||||
">
|
||||
{{#if scopes}}
|
||||
<ul class="authorize-scopes">
|
||||
{{#each scopes}}
|
||||
<li class="authorize__scope" title="{{description}}">{{scope}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user