This commit is contained in:
Emile Nijssen 2021-05-23 12:04:43 +02:00
parent 9d355f67d8
commit 9c34761578
3 changed files with 5 additions and 1 deletions

View file

@ -129,6 +129,7 @@ new Vue({
this.api.getSession()
.then(session => {
this.authenticated = session.authenticated;
this.requiresPassword = session.requiresPassword;
this.refresh().catch(err => {
alert(err.message || err.toString());
});