This commit is contained in:
Clas Wen 2025-04-24 22:12:05 +08:00
parent 3eb45180cf
commit 0c7a5a9578

View file

@ -25,7 +25,6 @@ export default function App() {
window.location.href = `/repair/login-hint?redirectUrl=${createRepairPath}`
return
}
await checkAuth()
const res = await logtoClient.getIdTokenClaims()
setUserInfo(res)
}