You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EXAMPLES.md
+27-10Lines changed: 27 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1223,35 +1223,52 @@ export class ChallengeComponent {
1223
1223
1224
1224
### Verifying Challenges
1225
1225
1226
-
> [!IMPORTANT] > `verify()` does not update Angular auth state (`isAuthenticated$`, `user$`). Call`getAccessTokenSilently()` after a successful verification to reflect the new session in the UI.
1226
+
> [!IMPORTANT] > `verify()` does not update Angular auth state (`isAuthenticated$`, `user$`). Always chain`getAccessTokenSilently()` after a successful verification to reflect the new session in the UI.
0 commit comments