Support registration as a guest
This commit is contained in:
parent
d0ec84fe59
commit
92cf14d5e9
2 changed files with 12 additions and 4 deletions
|
@ -43,7 +43,7 @@ class GuestAccess {
|
|||
}
|
||||
|
||||
getRooms() {
|
||||
return this.rooms.entries();
|
||||
return Array.from(this.rooms.entries());
|
||||
}
|
||||
|
||||
isGuest() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue