web/admin: add notes for users and groups (#5459)

* web/admin: add notes for users and groups

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix unrelated typo

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-05-03 15:19:14 +03:00
committed by GitHub
parent 4601864f94
commit b1508b9d01
4 changed files with 32 additions and 4 deletions

View File

@ -44,8 +44,8 @@ export interface UIConfig {
};
locale: string;
defaults: {
userPath: string,
},
userPath: string;
};
}
export class DefaultUIConfig implements UIConfig {