Describe the bug
If we try opening the admin page of a queue created by another signed-in user, the page opens, although backend info doesn't come through. We shouldn't even show the admin page in cases like this.
To Reproduce
Steps to reproduce the behavior:
Open the admin link of a queue created by a different signed-in user. The page opens up with options even though the member list doesn't load.
Expected behavior
It should clearly say "unauthorized access, please login to continue" or "you're not the owner of this queue".