Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-28 20:41:46 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-28 20:41:46 +0300
commitcba5ccfbaf9f0bc29c8a3807377b7422423203bb (patch)
treea2c0b46a16e8897ed55ed3de99efb16ab9e31e65 /core/templates
parent802a978bb5c336edc0369335d1aa5d12807d2bcc (diff)
Remove old button to submit the apppassword login
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/loginflow/redirect.php8
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>