Skip to content

Commit

Permalink
[FEAT/#88] 불필요한 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 17, 2024
1 parent bd8eb7b commit 3d70026
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import com.terning.feature.onboarding.signup.component.SignUpProfile

@Composable
fun SignUpRoute(
// authId: String,
viewModel: SignUpViewModel = hiltViewModel(),
navController: NavController
) {
Expand All @@ -44,10 +43,6 @@ fun SignUpRoute(
val context = LocalContext.current
val lifecycleOwner = LocalLifecycleOwner.current

LaunchedEffect(key1 = true) {
// viewModel.getAuthId(authId)
}

LaunchedEffect(viewModel.sideEffects, lifecycleOwner) {
viewModel.sideEffects.flowWithLifecycle(lifecycle = lifecycleOwner.lifecycle)
.collect { sideEffect ->
Expand Down

0 comments on commit 3d70026

Please sign in to comment.