fix: 修复clogin登录丢失state问题

This commit is contained in:
xiaojunnuo
2026-05-14 23:44:04 +08:00
parent 90ba55c043
commit 22f5cfcfd8
8 changed files with 23 additions and 38 deletions
@@ -42,6 +42,7 @@ export type BuildLoginUrlReq = {
forType?: string;
from?:string;
subtype?: string;
state?: string;
}
export type BuildLogoutUrlReq = {