Mailspring/internal_packages/onboarding/lib
Halla Moore 2f2cf5be4e fix(onboarding): Don't store type-specific fields when switching account types
Summary:
Since we pass all of the account info to the type-specific auth routes, having
extra fields in the account info object can cause the auth request to fail its
validation. This diff ensures that switching account types will drop any fields
in the account info object that aren't accepted across all routes.

Fixes T7455

Test Plan: tested locally

Reviewers: evan, juan

Reviewed By: juan

Maniphest Tasks: T7455

Differential Revision: https://phab.nylas.com/D3633
2017-01-10 17:34:57 -08:00
..
decorators feat(auth): add better error state handling 2016-12-07 10:11:22 -08:00
account-types.es6 feat(auth): add office 365 support 2016-12-16 16:53:46 -05:00
common-provider-settings.json fix(connection-settings): Update connection settings for fastmail.com 2017-01-10 11:22:23 -08:00
form-error-message.jsx
form-field.jsx
main.es6
onboarding-actions.es6 lint(*): Fix linter errors within K2, update eslint grunt task 2016-12-01 15:38:16 -08:00
onboarding-helpers.es6 feat(auth): update onboarding helpers to be async 2016-12-18 23:38:34 -05:00
onboarding-root.jsx
onboarding-store.es6 fix(onboarding): Don't store type-specific fields when switching account types 2017-01-10 17:34:57 -08:00
page-account-choose.jsx fix(account): Remove unsupported account types 2016-12-02 16:44:44 -05:00
page-account-settings-exchange.jsx
page-account-settings-gmail.jsx fix(accounts): Save both local and cloud tokens per account 2016-12-01 13:35:20 -08:00
page-account-settings-imap.jsx
page-account-settings.jsx
page-authenticate.jsx
page-initial-preferences.cjsx feat(auth): add office 365 support 2016-12-16 16:53:46 -05:00
page-top-bar.jsx
page-tutorial.jsx feat(off): disable/hide snooze, mail rules, misc minor plugins 2017-01-06 15:39:09 -08:00
page-welcome.jsx