Skip to content

Commit

Permalink
Merge pull request #110 from Team-MindWay/109-book-add-function-add
Browse files Browse the repository at this point in the history
🔀 :: [#109] 로그인 문제 해결
  • Loading branch information
kimkyumbi authored Sep 20, 2024
2 parents ed14cac + 28af70f commit 486eea0
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 486eea0

Please sign in to comment.