mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-10 06:56:09 +08:00
feat(onboarding): add client_edition=basic to onboarding flow
This commit is contained in:
parent
82e7bbcbab
commit
1f0d46bcd7
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export default class AuthenticatePage extends React.Component {
|
|||
const webview = ReactDOM.findDOMNode(this.refs.webview);
|
||||
const n1Version = NylasEnv.getVersion();
|
||||
webview.partition = 'in-memory-only';
|
||||
webview.src = `${IdentityStore.URLRoot}/onboarding?utm_medium=N1&utm_source=OnboardingPage&N1_version=${n1Version}`;
|
||||
webview.src = `${IdentityStore.URLRoot}/onboarding?utm_medium=N1&utm_source=OnboardingPage&N1_version=${n1Version}&client_edition=basic`;
|
||||
webview.addEventListener('did-start-loading', this.webviewDidStartLoading);
|
||||
webview.addEventListener('did-get-response-details', this.webviewDidGetResponseDetails);
|
||||
webview.addEventListener('did-fail-load', this.webviewDidFailLoad);
|
||||
|
|
Loading…
Reference in a new issue