refactor: harden main shell state

This commit is contained in:
Codex
2026-05-14 17:51:48 +03:00
parent 22d13fcbe5
commit 3bb4de24a7
3 changed files with 16 additions and 8 deletions
@@ -24,6 +24,8 @@ object UserConfig {
accessToken = ""
fastToken = ""
userId = -1
trustedHash = null
exchangeToken = null
}
fun isLoggedIn(): Boolean {