Restore Demo flags

This commit is contained in:
Bubka
2022-05-10 08:57:45 +02:00
parent 3923ada6a0
commit 5e0ea50e76
5 changed files with 6 additions and 3 deletions

View File

@ -42,7 +42,7 @@
data(){
return {
username: null,
isDemo: this.$root.appSettings.isDemoApp,
isDemo: this.$root.isDemoApp,
form: new Form({
email: '',
password: ''