From 7e51a28642da708ff60736662098c2d0c391ad24 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Wed, 8 Jul 2026 23:27:05 +0200 Subject: [PATCH] chore: finish merger --- src/static/admin/src/views/signin.vue | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/static/admin/src/views/signin.vue b/src/static/admin/src/views/signin.vue index d0296f3..7f9090b 100644 --- a/src/static/admin/src/views/signin.vue +++ b/src/static/admin/src/views/signin.vue @@ -56,23 +56,6 @@ export default { }, methods: { GetLocale, -<<<<<<< HEAD - async auth(){ - if (this.formValid){ - this.loading = true - await fetchPost("/api/auth", this.data, (response) => { - if (response.status){ - this.loginError = false; - this.$refs["signInBtn"].classList.add("signedIn") - if (response.message){ - this.$router.push('/welcome') - }else{ - if (this.store.Redirect !== undefined){ - this.$router.push(this.store.Redirect) - }else{ - this.$router.push('/') - } -======= async auth() { if (!this.formValid) { return; @@ -91,7 +74,6 @@ export default { this.$router.push(this.store.Redirect); } else { this.$router.push("/"); ->>>>>>> b5c0236 (chore: rework update checking and minor changes in files) } } else { this.store.newMessage("Server", "Failed to authenticate", "danger");