Make OAuth visible for users.

This commit is contained in:
James Cole 2020-11-28 05:52:39 +01:00
parent 29d1c950ec
commit a5b6bf5797
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -18,11 +18,9 @@
<li role="presentation">
<a href="#cmd" aria-controls="profile" role="tab" data-toggle="tab">{{ 'command_line_token'|_ }}</a>
</li>
{% if true == isInternalAuth %}
<li role="presentation">
<a href="#oauth" aria-controls="messages" role="tab" data-toggle="tab">{{ 'oauth'|_ }}</a>
</li>
{% endif %}
{% if true == isInternalAuth and true == isInternalIdentity %}
<li role="presentation">
<a href="#mfa" aria-controls="settings" role="tab" data-toggle="tab">{{ 'pref_two_factor_auth'|_ }}</a>
@ -97,12 +95,10 @@
</div>
</div>
{% if true == isInternalAuth %}
<!-- OAuth -->
<div role="tabpanel" class="tab-pane" id="oauth">
<div id="passport_clients"></div>
</div>
{% endif %}
{% if true == isInternalAuth and true == isInternalIdentity %}
<!-- MFA -->