Skip to content

Commit

Permalink
[Feat/#104] App State 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Nov 15, 2024
1 parent d862ac2 commit b686d5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 0 additions & 9 deletions HMH_Tuist_iOS/Projects/Core/Sources/AppState.swift

This file was deleted.

8 changes: 8 additions & 0 deletions HMH_Tuist_iOS/Projects/Core/Sources/Manager/UserManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@

import SwiftUI

public enum AppState: String {
case login
case onboarding
case onboardingComplete
case home
case servicePrepare
}

public class UserManager: ObservableObject {
@KeychainStorage("accessToken") public var accessToken
@KeychainStorage("refreshToken") public var refreshToken
Expand Down

0 comments on commit b686d5c

Please sign in to comment.