1
0
mirror of git://f0xx.org/ac/ac-be-auth synced 2026-07-29 05:19:04 +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:
Anton Afanasyeu
2026-07-05 19:12:53 +02:00
parent e8600b33d0
commit 157f9ac311
2 changed files with 24 additions and 6 deletions

View File

@@ -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">