dont set sync enabled on web on sign up
This commit is contained in:
parent
f9e24ea536
commit
391ab15b15
1 changed files with 1 additions and 1 deletions
|
@ -56,8 +56,8 @@ function UserEmailNew(props: Props) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleSubmit() {
|
function handleSubmit() {
|
||||||
setSync(formSyncEnabled);
|
|
||||||
// @if TARGET='app'
|
// @if TARGET='app'
|
||||||
|
setSync(formSyncEnabled);
|
||||||
setShareDiagnosticData(true);
|
setShareDiagnosticData(true);
|
||||||
// @endif
|
// @endif
|
||||||
doSignUp(email, password === '' ? undefined : password).then(() => {
|
doSignUp(email, password === '' ? undefined : password).then(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue