Some Code Cleanup
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
let error: string = "";
|
||||
|
||||
async function login() {
|
||||
let {tokenStore, authRepo} = await import("./repo/repo.ts");
|
||||
let {tokenStore} = await import("./repo/repo.ts");
|
||||
let {authRepo} = await import("./repo/auth.ts");
|
||||
if (username === "" || pw === "") {
|
||||
pw = "";
|
||||
error = t("login.error");
|
||||
|
||||
Reference in New Issue
Block a user