We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febd6ab commit 1176d84Copy full SHA for 1176d84
interface/web/login/otp.php
@@ -190,7 +190,7 @@ function finish_2fa_success($msg = '') {
190
191
192
//* SET csrf token
193
-$csrf_token = $app->auth->csrf_token_get('language_edit');
+$csrf_token = $app->auth->csrf_token_get('otp');
194
$app->tpl->setVar('_csrf_id',$csrf_token['csrf_id']);
195
$app->tpl->setVar('_csrf_key',$csrf_token['csrf_key']);
196
#$app->tpl->setVar('msg', print_r($_SESSION['otp'], 1));
0 commit comments