minor window adjustments

This commit is contained in:
2026-01-10 23:47:35 +01:00
parent 2612f1b4d1
commit b9819e7562
5 changed files with 10 additions and 8 deletions

View File

@@ -24,9 +24,7 @@ export async function saveAuthData(token: string, user: User) {
export async function clearAuthData() {
const s = await getStore()
await s.delete('token')
await s.delete('user')
await s.delete('last_room_uuid')
s.clear()
await s.save()
}