Skip to content

Commit b5e0b08

Browse files
committed
docs: Removed duplicate code from auth-flow example
1 parent cef7a66 commit b5e0b08

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

versioned_docs/version-7.x/auth-flow.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,6 @@ export default function App() {
601601
return <SplashScreen />;
602602
}
603603

604-
if (state.isLoading) {
605-
return <SplashScreen />;
606-
}
607604

608605
const isSignedIn = state.userToken != null;
609606

0 commit comments

Comments
 (0)