Skip to content

Commit 6311f66

Browse files
authored
Merge pull request #402 from code-payments/chore/fix-app-launch-auth-chec
fix: correct app launch redirect
2 parents 093339e + 1176328 commit 6311f66

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/java/com/getcode/ui/components/AuthCheck.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ fun AuthCheck(
129129
}
130130

131131
LaunchedEffect(isAuthenticated) {
132-
if (navigator.lastItem !is MainRoot) return@LaunchedEffect
133132
trace("isauth=$isAuthenticated")
134133
isAuthenticated?.let { authenticated ->
135134
// Allow the seed input screen to complete and avoid

0 commit comments

Comments
 (0)