mirror of
https://github.com/sstent/go-garminconnect.git
synced 2026-02-07 06:51:37 +00:00
with garth
This commit is contained in:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user