dont set sync enabled on web on sign up

This commit is contained in:
jessop 2020-11-09 14:13:44 -05:00 committed by Sean Yesmunt
parent f9e24ea536
commit 391ab15b15

View file

@ -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(() => {