removed some console logs

This commit is contained in:
2024-10-10 17:40:29 +03:00
parent 065b121e10
commit 828fca7e8f
12 changed files with 232 additions and 357 deletions
+1 -1
View File
@@ -1,6 +1,7 @@
<script>
import {getContext} from "svelte";
import SpinnerButton from "../common/SpinnerButton.svelte";
import axios from "axios";
const channel = getContext("channel");
let email = "";
@@ -14,7 +15,6 @@
email: email,
})
.then((response) => {
console.log(response)
message = "You will receive an email with a login link"
})
.catch((error) => {