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 093339e + 1176328 commit 6311f66Copy full SHA for 6311f66
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