mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
remove 'Alternative login using app token' in case of oauth login
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
e86749121c
commit
3775b14c4c
1 changed files with 2 additions and 0 deletions
|
|
@ -54,4 +54,6 @@ $urlGenerator = $_['urlGenerator'];
|
|||
</fieldset>
|
||||
</div>
|
||||
|
||||
<?php if(empty($_['oauthState'])): ?>
|
||||
<a id="app-token-login" class="warning" href="#"><?php p($l->t('Alternative login using app token')) ?></a>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue