mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[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:
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 {
|
||||
|
||||
Reference in New Issue
Block a user