mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 12:54:24 -04:00
This saves a direct request to the server when loading the backup codes. There is no need for this as the data is already known. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 lines
202 B
PHP
9 lines
202 B
PHP
<?php
|
|
|
|
script('twofactor_backupcodes', 'settings');
|
|
|
|
?>
|
|
|
|
<input type="hidden" id="twofactor-backupcodes-initial-state" value="<?php p($_['state']); ?>">
|
|
|
|
<div id="twofactor-backupcodes-settings"></div>
|