apply workaround for login
This commit is contained in:
parent
ba7999af34
commit
658239ed5f
5 changed files with 170 additions and 14 deletions
|
@ -183,8 +183,9 @@
|
|||
localStorage.setItem("seenOOBE", 1)
|
||||
window.location.reload()
|
||||
}
|
||||
this.screen = "signin"
|
||||
capiInit()
|
||||
this.screen = "signin";
|
||||
capiInit();
|
||||
|
||||
},
|
||||
getLz() {
|
||||
return this.$root.getLz.apply(this.$root, arguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue