Some Code Cleanup
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
-->
|
||||
|
||||
<script lang="ts">
|
||||
import {l} from "../util/util.ts";
|
||||
import {l} from "@utils/util.ts";
|
||||
import {t} from "astro-i18n";
|
||||
import {get} from "svelte/store";
|
||||
|
||||
let username = "";
|
||||
let pw = "";
|
||||
let username: string = "";
|
||||
let pw: string = "";
|
||||
|
||||
let error = "";
|
||||
let error: string = "";
|
||||
|
||||
async function login() {
|
||||
let {tokenStore, authRepo} = await import("./repo/repo.ts");
|
||||
|
||||
Reference in New Issue
Block a user