Skip to content

Commit 5a63b03

Browse files
docs: Removed duplicate code from auth-flow example (#1369)
* docs: Removed duplicate code from auth-flow example * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent a8749db commit 5a63b03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

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

604-
if (state.isLoading) {
605-
return <SplashScreen />;
606-
}
607-
608604
const isSignedIn = state.userToken != null;
609605

610606
return (

0 commit comments

Comments
 (0)