Adding user to Firebase

This commit is contained in:
Ray 2023-09-12 11:13:24 +00:00 committed by GitHub
parent 15261499de
commit d7975cf0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export function Signup ( props ) {
const[validpassword,setValidpassword] = useState(false)
const submitHandler = (evt) => {
evt.preventDefault()
props.handler(useremail, password)
}
useEffect( () => {