Account deletion working

This commit is contained in:
2021-01-30 02:34:40 +11:00
parent 6468b02647
commit 9b71688903
12 changed files with 178 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const SignUp = props => {
return (
<div className='page'>
<h1 className='middle centered'>Signup</h1>
<h1 className='centered'>Signup</h1>
<form className='constricted' onSubmit={
evt => {
evt.preventDefault();