Handle native app token refresh failure notification

This commit is contained in:
advplyr
2025-07-05 17:40:57 -05:00
parent b06274866d
commit fab94cd363
4 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ export default function ({ store, $db }, inject) {
try {
console.log('[nativeHttp] Handling refresh failure - logging out user')
// Logout from server and clear store
// Clear store
await store.dispatch('user/logout')
if (serverConnectionConfigId) {