mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add auth plugin info in users list
This commit is contained in:
parent
e5c86ba7c2
commit
8bb71f2e33
5 changed files with 31 additions and 2 deletions
|
@ -50,6 +50,8 @@ export interface User {
|
|||
noWelcomeModal: boolean
|
||||
|
||||
createdAt: Date
|
||||
|
||||
pluginAuth: string | null
|
||||
}
|
||||
|
||||
export interface MyUserSpecialPlaylist {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue