login: modularize frontend code

all in ts/modules/login.ts
This commit is contained in:
Harvey Tindall
2023-06-15 23:52:16 +01:00
parent b13fe7f3e4
commit b8cc75c6b4
4 changed files with 94 additions and 68 deletions
+2
View File
@@ -54,4 +54,6 @@ export class Modal implements Modal {
this.show();
}
}
asElement = () => { return this.modal; }
}