chore: autofocus text fields
This commit is contained in:
@@ -67,7 +67,6 @@ class RegisterFormBase extends Component {
|
|||||||
.doc(user.uid)
|
.doc(user.uid)
|
||||||
.set({
|
.set({
|
||||||
email: user.email,
|
email: user.email,
|
||||||
theme: "LIGHT",
|
|
||||||
})
|
})
|
||||||
this.props.history.push("/")
|
this.props.history.push("/")
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user