feat: check jwt token on app start (MESSENGER-6790)

This commit is contained in:
Jan Niklas Grabowski
2025-02-11 14:49:54 +01:00
parent db3a62131a
commit f5d67f6909
5 changed files with 93 additions and 8 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ extension UserDefaults
func handleAppConfig() async {
if let dict = UserDefaults.standard.dictionary(forKey: configKey) {
// only compute if serverURL has not changed (this may need to be changed on Adminportal integration
// only compute if serverURL has changed (this may need to be changed on Adminportal integration
if !isSameConfig(dict: dict) {
var config = AppConfig()