mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
8 lines
344 B
PHP
8 lines
344 B
PHP
<?php
|
|
style('twofactor_backupcodes', 'style');
|
|
?>
|
|
|
|
<form method="POST" class="challenge-form">
|
|
<input type="text" class="challenge" name="challenge" required="required" autofocus autocomplete="off" autocapitalize="off" placeholder="<?php p($l->t('Backup code')) ?>">
|
|
<input type="submit" class="confirm-inline icon-confirm" value="">
|
|
</form>
|