KS
dispatch(fetchRequest());
const res = await firebase.auth().createUserWithEmailAndPassword(email, password)
dispatch(fetchSUccess(res.user))
Size: a a a
KS
KS
KS
DE
export const signUp = (email, password) => async (dispatch) => {
dispatch(fetchRequest());
const user = await firebase.auth().createUserWithEmailAndPassword(email, password)
dispatch(fetchSuccess(user))
}
KS
KS
KS
DE
S
export const signUp = (email, password) => async (dispatch) => {
dispatch(fetchRequest());
const user = await firebase.auth().createUserWithEmailAndPassword(email, password)
dispatch(fetchSuccess(user))
}
iH
К
KS
F
F
К
F
К
<input
name="notCallMeBack"
type="radio"
checked={formValues.notCallMeBack === 'true'}
value={true} />
nn
F
F
<input
name="notCallMeBack"
type="radio"
checked={formValues.notCallMeBack === 'true'}
value={true} />