wip
This commit is contained in:
@@ -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());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user