mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
vip only spectator option
This commit is contained in:
@@ -77,6 +77,8 @@ export default function SpectatorContent() {
|
||||
*/
|
||||
const message = spectatorAccessMode === 'admin'
|
||||
? 'This external spectator identity needs admin approval before it can view the spectator page.'
|
||||
: spectatorAccessMode === 'verifiedOnly'
|
||||
? 'This external spectator identity must be verified before it can view the spectator page.'
|
||||
: 'External spectator access is disabled on this server.';
|
||||
return (
|
||||
<div className="flex min-h-screen items-center justify-center bg-black text-slate-200">
|
||||
|
||||
Reference in New Issue
Block a user