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.
2 parents 17008d5 + 6311f66 commit e4259acCopy full SHA for e4259ac
1 file changed
app/src/main/java/com/getcode/ui/components/AuthCheck.kt
@@ -129,7 +129,6 @@ fun AuthCheck(
129
}
130
131
LaunchedEffect(isAuthenticated) {
132
- if (navigator.lastItem !is MainRoot) return@LaunchedEffect
133
trace("isauth=$isAuthenticated")
134
isAuthenticated?.let { authenticated ->
135
// Allow the seed input screen to complete and avoid
0 commit comments