[WEB-2456] Chore: workspace member list additional info (#5604)
* chore: added last login medium * chore: added email and authentication columns in member settings * fix: revoked lock file changes --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
This commit is contained in:
parent
3ce84f78f1
commit
74507559b8
4 changed files with 26 additions and 9 deletions
1
packages/types/src/workspace.d.ts
vendored
1
packages/types/src/workspace.d.ts
vendored
|
|
@ -77,6 +77,7 @@ export interface IWorkspaceMember {
|
|||
last_name?: string;
|
||||
joining_date?: string;
|
||||
display_name?: string;
|
||||
last_login_medium?: string;
|
||||
}
|
||||
|
||||
export interface IWorkspaceMemberMe {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue