phpmailer passwort reset
This commit is contained in:
@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user