fix: Member Information Disclosure via Public Endpoint #8646
This commit is contained in:
parent
a77af4e67e
commit
8c23fdd1d8
3 changed files with 8 additions and 14 deletions
|
|
@ -196,12 +196,8 @@ export type TProfileViews = "assigned" | "created" | "subscribed";
|
|||
export type TPublicMember = {
|
||||
id: string;
|
||||
member: string;
|
||||
member__avatar: string;
|
||||
member__first_name: string;
|
||||
member__last_name: string;
|
||||
member__display_name: string;
|
||||
project: string;
|
||||
workspace: string;
|
||||
member__avatar: string;
|
||||
};
|
||||
|
||||
// export interface ICurrentUser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue