mirror of
https://github.com/JonasunderscoreJones/dash.jonasjones.dev.git
synced 2025-10-22 21:29:19 +02:00
fixed register account link
This commit is contained in:
parent
eec0df20ef
commit
895147a596
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue