Skip to content

Commit e4259ac

Browse files
author
Jeff Yanta
committed
Merge branch 'develop'
2 parents 17008d5 + 6311f66 commit e4259ac

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)