mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
feat: check jwt token on app start (MESSENGER-6790)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user