mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Adding user to Firebase
This commit is contained in:
parent
15261499de
commit
d7975cf0cc
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ export function Signup ( props ) {
|
|||
const[validpassword,setValidpassword] = useState(false)
|
||||
const submitHandler = (evt) => {
|
||||
evt.preventDefault()
|
||||
props.handler(useremail, password)
|
||||
}
|
||||
|
||||
useEffect( () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue