Skip to content

Commit

Permalink
🔀 :: [#109] 로그인 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyumbi committed Sep 20, 2024
1 parent ed14cac commit 28af70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Sources/Application/MindWayApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Service
@main
struct MindWayApp: App {
@State private var showMainView = false
@StateObject private var sceneState = SceneState(sceneFlow: .main)
@StateObject private var sceneState = SceneState(sceneFlow: .login)

init() {
registerProviderFactories()
Expand Down

0 comments on commit 28af70f

Please sign in to comment.