TF-1068 Implement save recent login url

This commit is contained in:
dab246
2022-10-21 10:55:33 +07:00
committed by Dat H. Pham
parent 36e3634c71
commit 87839351f2
7 changed files with 22 additions and 32 deletions
@@ -11,6 +11,5 @@ class CachingConstants {
static const int ACCOUNT_HIVE_CACHE_IDENTIFY = 9;
static const int ENCRYPTION_KEY_HIVE_CACHE_IDENTIFY = 10;
static const int AUTHENTICATION_INFO_HIVE_CACHE_IDENTIFY = 11;
static const int URI_CACHE_IDENTITY = 12;
static const int LOGIN_URL_CACHE_IDENTITY = 13;
static const int RECENT_LOGIN_URL_HIVE_CACHE_IDENTITY = 12;
}