EnCiv / undebate-ssp

Undebate Self Service Portal- Web portal where election administrators of democratically run organizations create undebates for their candidates and voters
Other
6 stars 9 forks source link

SignInSignUp Component #108

Closed ddfridley closed 2 years ago

ddfridley commented 2 years ago
<SignInSignUp
    className={}
    style={}
    name={''}
    onDone={({valid, value})=>{})
>

onDone is a function that is called when the user is logged in. Value is undefined or userInfo returned when the user logs in, valid should be true if login successful, false if not.

image

ddfridley commented 2 years ago

@Gluay88 I think you need to do this:

ddfridley commented 2 years ago

closed by #129