We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf413a commit 70233c7Copy full SHA for 70233c7
examples/client/react/src/AuthContext.tsx
@@ -37,14 +37,14 @@ export function AuthProvider({ children }: { children: ReactNode }) {
37
const state = hash.get("state")
38
39
if (!initializing.current) {
40
- return;
+ return
41
}
42
43
initializing.current = false
44
45
if (code && state) {
46
callback(code, state)
47
48
49
50
auth()
0 commit comments