mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(onboarding): Add missing return statement when changing endpoints
This commit is contained in:
parent
d098c96653
commit
b0fbdf7469
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ class AccountSettingsPage extends React.Component
|
||||||
errorMessage: 'The IMAP/SMTP servers for this account do not match our records. Please verify that any server names you entered are correct. If your IMAP/SMTP server has changed, first remove this account from N1, then try logging in again.'
|
errorMessage: 'The IMAP/SMTP servers for this account do not match our records. Please verify that any server names you entered are correct. If your IMAP/SMTP server has changed, first remove this account from N1, then try logging in again.'
|
||||||
@_resize()
|
@_resize()
|
||||||
OnboardingActions.moveToPage("account-settings")
|
OnboardingActions.moveToPage("account-settings")
|
||||||
|
return
|
||||||
|
|
||||||
if errorFieldNames
|
if errorFieldNames
|
||||||
{pageNumber, errorMessage} = @_stateForMissingFieldNames(errorFieldNames)
|
{pageNumber, errorMessage} = @_stateForMissingFieldNames(errorFieldNames)
|
||||||
|
|
Loading…
Reference in a new issue