readd in password auth

This commit is contained in:
2026-08-06 14:54:20 -04:00
parent 16a38c972c
commit af2d823705
5 changed files with 53 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func OAuthCallback(w http.ResponseWriter, r *http.Request) {
}
// Store the token securely
if err := tokenStore.Save(token); err != nil {
if err := TestTokenStore.Save(token); err != nil {
log.Printf("Failed to save token: %v", err)
}