불필요 파일 제거

This commit is contained in:
focp212@naver.com
2025-11-04 11:31:21 +09:00
parent 7cbda1a5fb
commit e0f767b2b6
6 changed files with 1 additions and 77 deletions

View File

@@ -15,21 +15,4 @@ export enum StorageKeys {
AppVersion = 'APP_VERSION',
LogOut = 'LOGOUT',
requestId = 'REQUEST_ID',
Jwt = 'JWT',
RequestId = 'REQUEST_ID',
HasBioHardware = 'HAS_BIO_HARDWARE',
DeviceUniqueId = 'DEVICE_UNIQUE_ID',
AppColor = 'APP_COLOR',
RedirectPath = 'REDIRECT_PATH',
Platform = 'PLATFORM',
ScannedQrCode = 'SCANNED_QR_CODE',
HasPushTokenSent = 'HAS_PUSH_TOKEN_SENT',
SetFont = 'SET_FONT',
}
};