fix linting
This commit is contained in:
parent
b27172dd9e
commit
fae2eb1724
@ -33,8 +33,7 @@
|
||||
"pve": "pve",
|
||||
"db": "localdb",
|
||||
"auth": {
|
||||
"pve": "pve",
|
||||
"ldap": "paasldap"
|
||||
"pve": "pve"
|
||||
}
|
||||
},
|
||||
"application": {
|
@ -35,9 +35,13 @@ export default class LocalDB extends DB_BACKEND {
|
||||
writeFileSync(this.#path, JSON.stringify(this.#data));
|
||||
}
|
||||
|
||||
openSession (credentials) { return [] }
|
||||
openSession (credentials) {
|
||||
return [];
|
||||
}
|
||||
|
||||
closeSesssion (tokens) {return true }
|
||||
closeSesssion (tokens) {
|
||||
return true;
|
||||
}
|
||||
|
||||
addUser (username, config = null) {
|
||||
config = config || this.#defaultuser;
|
||||
|
Loading…
Reference in New Issue
Block a user