[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:
Akshita Goyal 2024-09-16 14:28:41 +05:30 committed by GitHub
parent 3ce84f78f1
commit 74507559b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 9 deletions

View file

@ -77,6 +77,7 @@ export interface IWorkspaceMember {
last_name?: string;
joining_date?: string;
display_name?: string;
last_login_medium?: string;
}
export interface IWorkspaceMemberMe {