0971232050
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>
|