Add Set Valid Username state
This commit is contained in:
parent
1497d806f6
commit
9781154b53
|
@ -7,6 +7,7 @@ import {useState, useEffect} from 'react';
|
|||
|
||||
export function Signup ( props ) {
|
||||
const[username,setUsername] = useState('')
|
||||
const[validusername,setValidusername] = useState(false)
|
||||
const[useremail,setUseremail] = useState('')
|
||||
const[password,setPassword] = useState('')
|
||||
|
||||
|
|
Loading…
Reference in New Issue