收口登录异常重试刷新路径
登录状态异常重试改为优先调用 HostBridge 受控 WebView 刷新 AuthGate 测试纳入原生壳统一验收 同步 Expo 与 Tauri 宿主壳方案和共享记忆 验证 AuthGate 测试、native-shells、编码检查和 diff 检查通过
This commit is contained in:
@@ -785,7 +785,7 @@ export function AuthGate({ children }: AuthGateProps) {
|
||||
<PlatformActionButton
|
||||
className="mt-5"
|
||||
onClick={() => {
|
||||
window.location.reload();
|
||||
reloadCurrentPageForAuthStateChange();
|
||||
}}
|
||||
>
|
||||
重新尝试
|
||||
|
||||
Reference in New Issue
Block a user