mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 06:29:03 +08:00
Add a note to the login screen that FastMail requires an app password
This commit is contained in:
parent
2341799bbe
commit
989482f417
1 changed files with 11 additions and 0 deletions
|
@ -60,6 +60,17 @@ const AccountProviders = [
|
|||
{
|
||||
provider: 'fastmail',
|
||||
displayName: 'FastMail',
|
||||
note: (
|
||||
<span>
|
||||
<strong>{localized('Important')}:</strong>{' '}
|
||||
{localizedReactFragment(
|
||||
'FastMail requires that you create a unique app password for email apps like Mailspring. Follow %@ to create one and then paste it below.',
|
||||
<a href="https://www.fastmail.com/help/clients/apppassword.html">
|
||||
{localized('these instructions')}
|
||||
</a>
|
||||
)}
|
||||
</span>
|
||||
),
|
||||
icon: 'ic-settings-account-fastmail.png',
|
||||
headerIcon: 'setup-icon-provider-fastmail.png',
|
||||
color: '#24345a',
|
||||
|
|
Loading…
Reference in a new issue