Add working but unstyled notify registration modal
This commit is contained in:
@@ -4,7 +4,6 @@ export default function handleConnectedClientInfoMessage(
|
||||
message: ConnectedClientInfoEvent,
|
||||
setChatDisplayName: (string) => void,
|
||||
) {
|
||||
console.log('connected client', message);
|
||||
const { user } = message;
|
||||
const { displayName } = user;
|
||||
setChatDisplayName(displayName);
|
||||
|
||||
Reference in New Issue
Block a user