Skip to content

Commit

Permalink
add: UserDefaulsts 추가 (TeamNADA#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun99999 committed Apr 16, 2023
1 parent 2d6b9fc commit 8d8e4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NADA-iOS-forRelease/Resouces/Constants/UserDefaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extension Const {
static let firstCardID = "firstCardID"
static let isAppleLogin = "isAppleLogin"
static let isKakaoLogin = "isKakaoLogin"
static let dynamicLinkCardUUID = "dynamicLinkCardUUID"
// TODO: - KeyChain 적용
static let accessToken = "accessToken"
static let refreshToken = "refreshToken"
Expand Down

0 comments on commit 8d8e4b4

Please sign in to comment.