Skip to content

Commit 70233c7

Browse files
auto: format code
1 parent 0bf413a commit 70233c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/client/react/src/AuthContext.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ export function AuthProvider({ children }: { children: ReactNode }) {
3737
const state = hash.get("state")
3838

3939
if (!initializing.current) {
40-
return;
40+
return
4141
}
4242

4343
initializing.current = false
4444

4545
if (code && state) {
4646
callback(code, state)
47-
return;
47+
return
4848
}
4949

5050
auth()

0 commit comments

Comments
 (0)