diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-28 18:41:46 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-28 18:41:46 +0100 |
commit | cba5ccfbaf9f0bc29c8a3807377b7422423203bb (patch) | |
tree | a2c0b46a16e8897ed55ed3de99efb16ab9e31e65 /core | |
parent | 802a978bb5c336edc0369335d1aa5d12807d2bcc (diff) | |
download | nextcloud-server-cba5ccfbaf9f0bc29c8a3807377b7422423203bb.tar.gz nextcloud-server-cba5ccfbaf9f0bc29c8a3807377b7422423203bb.zip |
Remove old button to submit the apppassword login
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/loginflow/redirect.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/templates/loginflow/redirect.php b/core/templates/loginflow/redirect.php index 8bad9760fda..200decfbedb 100644 --- a/core/templates/loginflow/redirect.php +++ b/core/templates/loginflow/redirect.php @@ -29,11 +29,3 @@ $urlGenerator = $_['urlGenerator']; <div class="picker-window"> <p><?php p($l->t('Redirecting …')) ?></p> </div> - -<form method="POST" action="<?php p($urlGenerator->linkToRouteAbsolute('core.ClientFlowLogin.generateAppPassword')) ?>"> - <input type="hidden" name="clientIdentifier" value="<?php p($_['clientIdentifier']) ?>" /> - <input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>" /> - <input type="hidden" name="stateToken" value="<?php p($_['stateToken']) ?>" /> - <input type="hidden" name="oauthState" value="<?php p($_['oauthState']) ?>" /> - <input id="submit-redirect-form" type="submit" class="hidden "/> -</form> |