🐛 Fix bugs

This commit is contained in:
2025-06-17 00:40:05 +08:00
parent b868d0c153
commit 1a5d0bbfc0
5 changed files with 108 additions and 48 deletions

View File

@ -23,7 +23,7 @@ public class OidcController(
{
var oidcService = GetOidcService(provider);
// If user is already authenticated, treat as an account connection request
// If the user is already authenticated, treat as an account connection request
if (HttpContext.Items["CurrentUser"] is Account.Account currentUser)
{
var state = Guid.NewGuid().ToString();