Fixes #3249
Tested against config with SSO and 3mn expiration.
Riot handles token expiration by 'restarting the app' (exit 0); The issue is that the credentials were cleared from the preferences using apply instead of commit (thus never serialized due to the 'restart')
Fixes #3249 Tested against config with SSO and 3mn expiration.
Riot handles token expiration by 'restarting the app' (exit 0); The issue is that the credentials were cleared from the preferences using apply instead of commit (thus never serialized due to the 'restart')