Skip to content

Commit

Permalink
[IDLE-000] 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong committed Oct 16, 2024
1 parent f667be0 commit be32460
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public class KeyChainList: KeyValueStore {
try keyChain.removeAll()

// UserDefaults의 경우 수동으로 정보를 삭제합니다.
UserDefaults.standard.removeObject(forKey: Key.Auth.kaccessToken)
UserDefaults.standard.removeObject(forKey: Key.Auth.krefreshToken)
UserDefaults.standard.removeObject(forKey: KeyValueStoreKey.kaccessToken)
UserDefaults.standard.removeObject(forKey: KeyValueStoreKey.krefreshToken)
}

public func get(key: String) -> String? {
Expand Down

0 comments on commit be32460

Please sign in to comment.