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
@@ -28,5 +28,5 @@ func CreateTestOAuth() {
},
}
OAuthConfigs = append(OAuthConfigs, oauthConfig)
tokenStore = TokenStore{filePath: "token.json"}
TestTokenStore = TokenStore{filePath: "token.json"}
}