Phase 12: Initial Setup Wizard #22
@@ -772,7 +772,7 @@ function Step3Credential({ onBack, onSuccess, onLocked, stepHeadingRef }: Step3P
|
||||
if (saveDisabled) return;
|
||||
setValidationState('idle');
|
||||
setCredentialVerified(false);
|
||||
completeMutation.mutate({ fastmailEmail: email, appPassword: password });
|
||||
completeMutation.mutate({ fastmailEmail: email.trim(), appPassword: password });
|
||||
}
|
||||
|
||||
function handleComplete() {
|
||||
|
||||
Reference in New Issue
Block a user