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() {
|
||||
setSync(formSyncEnabled);
|
||||
// @if TARGET='app'
|
||||
setSync(formSyncEnabled);
|
||||
setShareDiagnosticData(true);
|
||||
// @endif
|
||||
doSignUp(email, password === '' ? undefined : password).then(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue