mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
remove drop down arrow on login if mult providers
This commit is contained in:
parent
6f690c830a
commit
ef4cf2f791
@ -311,7 +311,6 @@ const getCurrentPath = () => {
|
||||
id="login"
|
||||
>
|
||||
{{ $t('header.login') }}
|
||||
<span v-if="availableProviders.filter(p => p.available).length > 1" style="margin-left: 4px;">▼</span>
|
||||
</button>
|
||||
<span v-show="isShowLogOffButton" class="login-user">{{ loginUsername }}</span>
|
||||
<a v-bind:href="'/api/user/logoff?redirect=' + encodeURIComponent(getCurrentPath())" v-show="isShowLogOffButton" class="logoff-button router-link" id="logoff">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user