fix: fire login event after registration, clear stale tokens on session restore, add published/expired status badges to listing cards

This commit is contained in:
2026-02-07 09:37:32 +01:00
parent 3f51cb5e53
commit 7f58003b52
6 changed files with 32 additions and 11 deletions

View File

@@ -271,6 +271,7 @@ class AuthService {
this.notifyListeners()
return true
} catch (e) {
directus.clearTokens()
return false
}
}