fix: 앱 실행시 처음 실행하는 유저 정보 조회

- point를 가져와서 UserDefaults에 저장
This commit is contained in:
Yu Sung
2025-05-20 18:02:51 +09:00
parent ba7630c986
commit ec8b866c3e
4 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ enum UserDefaultsKey: String, CaseIterable {
case auth
case role
case can
case point
case token
case email
case userId