fix: Domain check

This commit is contained in:
Andras Bacsai
2022-07-06 19:04:54 +02:00
committed by GitHub
parent d7fa80703d
commit 62bfb5dacc
2 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ interface AppSession {
}
export const loginEmail: Writable<string | undefined> = writable()
export const appSession: Writable<AppSession> = writable({
version: '3.0.2',
version: '3.0.3',
userId: null,
teamId: null,
permission: 'read',