Guest access work
This commit is contained in:
parent
a164571218
commit
5589131c86
5 changed files with 138 additions and 35 deletions
|
|
@ -1,7 +1,8 @@
|
|||
export default class User {
|
||||
constructor(server, username, password) {
|
||||
constructor(server, username, password, is_guest) {
|
||||
this.server = server;
|
||||
this.username = username;
|
||||
this.password = password;
|
||||
this.is_guest = is_guest || false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue