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