Skip to content

Commit

Permalink
fix: fix setting demo custom host
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jun 29, 2021
1 parent 7363a86 commit 8ca9a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class ApplicationViewCtrl extends PureViewCtrl<unknown, {
this.$location.search().demo === 'true' &&
!this.application.hasAccount()
) {
await this.application.setHost(
await this.application.setCustomHost(
'https://syncing-server-demo.standardnotes.org'
);
this.application.signIn(
Expand Down

0 comments on commit 8ca9a3f

Please sign in to comment.