phpmailer passwort reset

This commit is contained in:
Peter Hoppe
2023-02-08 16:09:00 +01:00
parent 9821f20dee
commit 0c5cfcbd19
15 changed files with 247 additions and 56 deletions

View File

@ -1,7 +1,7 @@
import {useState} from 'react'
import {Link} from 'react-router-dom'
import toast, { Toaster } from 'react-hot-toast';
import './Register.css';
import './InputForm.css';
import {registerUser} from '../services/PhpApi';
const Register = () =>
@ -48,7 +48,7 @@ const Register = () =>
}
return (
<div className='Register'>
<div className='InputForm'>
<Toaster toastOptions={{ position: "top-center" }} />
<h2>Register</h2>
<form onSubmit={submitForm}>