mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-09 06:04:33 +08:00
fix(lint): Indentation causing linter failures
This commit is contained in:
parent
467955dc2c
commit
b139556409
1 changed files with 6 additions and 8 deletions
|
@ -241,14 +241,12 @@ class AccountSettingsPage extends React.Component
|
|||
_onNetworkError: (err) =>
|
||||
errorMessage = err.message
|
||||
if errorMessage == "Invite code required"
|
||||
choice = dialog.showMessageBox(
|
||||
remote.getCurrentWindow(),
|
||||
{
|
||||
type: 'info',
|
||||
buttons: ['Okay'],
|
||||
title: 'Confirm',
|
||||
message: 'Due to a large number of sign-ups this week, you’ll need an invitation code to add another account! Visit http://invite.nylas.com/ to grab one, or hold tight!'
|
||||
});
|
||||
choice = dialog.showMessageBox(remote.getCurrentWindow(), {
|
||||
type: 'info',
|
||||
buttons: ['Okay'],
|
||||
title: 'Confirm',
|
||||
message: 'Due to a large number of sign-ups this week, you’ll need an invitation code to add another account! Visit http://invite.nylas.com/ to grab one, or hold tight!'
|
||||
})
|
||||
OnboardingActions.moveToPage("token-auth")
|
||||
if errorMessage == "Invalid invite code"
|
||||
# delay?
|
||||
|
|
Loading…
Add table
Reference in a new issue