mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 13:20:11 +03:00
wip
This commit is contained in:
parent
18b6ce7c78
commit
9d355f67d8
12 changed files with 60 additions and 37 deletions
|
@ -11,6 +11,7 @@ new Vue({
|
|||
authenticated: null,
|
||||
authenticating: false,
|
||||
password: null,
|
||||
requiresPassword: null,
|
||||
|
||||
clients: null,
|
||||
clientDelete: null,
|
||||
|
@ -55,6 +56,7 @@ new Vue({
|
|||
.then(async () => {
|
||||
const session = await this.api.getSession();
|
||||
this.authenticated = session.authenticated;
|
||||
this.requiresPassword = session.requiresPassword;
|
||||
return this.refresh();
|
||||
})
|
||||
.catch(err => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue