fix: Member Information Disclosure via Public Endpoint #8646
This commit is contained in:
parent
9070acbbe8
commit
f53446340b
3 changed files with 8 additions and 14 deletions
|
|
@ -194,12 +194,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