mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Added lib/password. Small tweaks.
Some checks failed
Node.js CI / build (postgresql, 18.18) (push) Has been cancelled
Some checks failed
Node.js CI / build (postgresql, 18.18) (push) Has been cancelled
This commit is contained in:
parent
9ccafc390a
commit
baba06c692
6 changed files with 28 additions and 19 deletions
|
|
@ -10,7 +10,7 @@ export function TeamsHeader({
|
|||
allowJoin = true,
|
||||
}: {
|
||||
allowCreate?: boolean;
|
||||
allowJoin: boolean;
|
||||
allowJoin?: boolean;
|
||||
}) {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
const { user } = useLoginQuery();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue