mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-25 08:21:08 -06:00
Make OAuth visible for users.
This commit is contained in:
parent
29d1c950ec
commit
a5b6bf5797
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user