Add code linting to build #13
@ -12,7 +12,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
function formSubmit(e: MouseEvent) {
|
function formSubmit(e: MouseEvent) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
useSessionStore().login(login)
|
useSessionStore().login(login.value)
|
||||||
.then(x => {
|
.then(x => {
|
||||||
error.value = "";
|
error.value = "";
|
||||||
useRouter().replace("/dashboard");
|
useRouter().replace("/dashboard");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user