Merge branch 'develop' into feature/subscription-info-in-preferences

This commit is contained in:
Antonella Sgarlatta
2021-09-15 17:04:48 -03:00
committed by GitHub

View File

@@ -171,7 +171,7 @@ class ApplicationViewCtrl extends PureViewCtrl<unknown, {
!this.application.hasAccount() !this.application.hasAccount()
) { ) {
await this.application.setCustomHost( await this.application.setCustomHost(
'https://syncing-server-demo.standardnotes.org' 'https://syncing-server-demo.standardnotes.com'
); );
this.application.signIn( this.application.signIn(
'demo@standardnotes.org', 'demo@standardnotes.org',