Skip to content

Commit

Permalink
fix wrong link for register
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrost committed Oct 31, 2023
1 parent d0a7719 commit 2bcb75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Login.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}
console.log("logging in...")
try {
const response = await fetch('https://cloud.mithrilsecurity.io/api/auth/login', {
const response = await fetch('https://cloud.mithrilsecurity.io/api/auth/blindChatRegister', {
method: 'POST',
credentials: "include",
headers: {
Expand Down

0 comments on commit 2bcb75b

Please sign in to comment.