mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
fix(self-hosting): Set identity correctly
This commit is contained in:
parent
6a628102ba
commit
49fd61d347
1 changed files with 7 additions and 9 deletions
|
@ -60,7 +60,6 @@ class SelfHostingConfigPage extends React.Component {
|
|||
NylasEnv.config.set('syncEngine.APIRoot', `http://${this.state.url}:${this.state.port}`)
|
||||
Actions.setNylasIdentity({
|
||||
token: "SELFHOSTEDSYNCENGINE",
|
||||
identity: {
|
||||
firstname: "",
|
||||
lastname: "",
|
||||
valid_until: null,
|
||||
|
@ -68,7 +67,6 @@ class SelfHostingConfigPage extends React.Component {
|
|||
email: "",
|
||||
id: 1,
|
||||
seen_welcome_page: true,
|
||||
},
|
||||
})
|
||||
this._addAccountJSON()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue