fix: char btoa issue
This commit is contained in:
parent
7995a62439
commit
3df9f83e1e
@ -50,8 +50,8 @@ function EmailEnterPage(): JSX.Element {
|
|||||||
})
|
})
|
||||||
.then(({ user }) => {
|
.then(({ user }) => {
|
||||||
// TODO: remove this when understand btoa issue
|
// TODO: remove this when understand btoa issue
|
||||||
if (user?.profile?.sign?.sign) {
|
if (user?.profile?.sign?.char) {
|
||||||
user.profile.sign.sign = ''
|
user.profile.sign.char = ''
|
||||||
}
|
}
|
||||||
dispatch(actions.user.update(user))
|
dispatch(actions.user.update(user))
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user