mirror of
git://f0xx.org/ac/ac-be-auth
synced 2026-07-29 07:38:15 +03:00
fix(2fa): avoid double QR mint, i18n poll status, send credentials
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?php
|
||||
$bp = Auth::basePath();
|
||||
$auth = Auth::authUrl();
|
||||
$twofaQr = AuthTwoFactorPage::qrPayload();
|
||||
if (!isset($twofaQr)) {
|
||||
$twofaQr = AuthTwoFactorPage::qrPayload();
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-theme="dark">
|
||||
|
||||
Reference in New Issue
Block a user