ui: login page

This commit is contained in:
Andras Bacsai
2022-09-05 09:29:58 +02:00
parent 65d8dc412a
commit a49171f8cc
3 changed files with 24 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ import cuid from 'cuid';
import { writable, readable, type Writable } from 'svelte/store';
interface AppSession {
registrationEnabled: boolean;
ipv4: string | null,
ipv6: string | null,
version: string | null,