mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #42837 from nextcloud/refactor/remove-legacy-sudo-login-form
refactor(core): remove `sudo-login-form` layout
This commit is contained in:
commit
7ee706ac14
1 changed files with 0 additions and 10 deletions
|
|
@ -75,16 +75,6 @@ p($theme->getTitle());
|
|||
</div>
|
||||
</header>
|
||||
|
||||
<div id="sudo-login-background" class="hidden"></div>
|
||||
<form id="sudo-login-form" class="hidden" method="POST">
|
||||
<label>
|
||||
<?php p($l->t('This action requires you to confirm your password')); ?><br/>
|
||||
<input type="password" class="question" autocomplete="new-password" name="question" value=" <?php /* Hack against browsers ignoring autocomplete="off" */ ?>"
|
||||
placeholder="<?php p($l->t('Confirm your password')); ?>" />
|
||||
</label>
|
||||
<input class="confirm" value="<?php p($l->t('Confirm')); ?>" type="submit">
|
||||
</form>
|
||||
|
||||
<main id="content" class="app-<?php p($_['appid']) ?>">
|
||||
<h1 class="hidden-visually" id="page-heading-level-1">
|
||||
<?php p((!empty($_['application']) && !empty($_['pageTitle']) && $_['application'] != $_['pageTitle'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue