Added lib/password. Small tweaks.

This commit is contained in:
Mike Cao
2025-09-13 09:40:20 -07:00
parent 9ccafc390a
commit baba06c692
6 changed files with 28 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ export function TeamsHeader({
allowJoin = true,
}: {
allowCreate?: boolean;
allowJoin: boolean;
allowJoin?: boolean;
}) {
const { formatMessage, labels } = useMessages();
const { user } = useLoginQuery();