with garth

This commit is contained in:
2025-08-28 09:58:24 -07:00
parent dc5bfcb281
commit 73258c0b41
31 changed files with 983 additions and 738 deletions

View File

@@ -27,7 +27,7 @@ func MFAHandler(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("Invalid MFA code format. Please enter a 6-digit code."))
return
}
// Store MFA verification status in session
// In a real app, we'd store this in a session store
w.Write([]byte("MFA verification successful! Please return to your application."))