fixed register account link

This commit is contained in:
Jonas_Jones 2025-03-02 20:45:20 +01:00
parent eec0df20ef
commit 895147a596

View file

@ -12,7 +12,7 @@
const handleLogin = async () => {
try {
const response = await fetch('https://accounts.jonasjones.dev/signup', {
const response = await fetch('https://accounts.jonasjones.dev/register', {
method: 'POST',
body: JSON.stringify({ email, password, username, firstname, lastname }),
headers: {