Clean up of auth logic

This commit is contained in:
Scott Idem
2024-06-13 15:42:30 -04:00
parent 84f6f1eda8
commit 6bcc554737
4 changed files with 267 additions and 141 deletions

View File

@@ -300,6 +300,9 @@ export class MySubClassedDexie extends Dexie {
badges!: Table<Badge>;
exhibits!: Table<Exhibit>;
exhibit_tracking!: Table<Exhibit_tracking>;
sessions!: Table<Session>;
presentations!: Table<Presentation>;
presenters!: Table<Presenter>;
constructor() {
super('ae_events_db');