1
0
Fork 0
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:
Chocobozzz 2020-05-05 09:44:53 +02:00
parent e5c86ba7c2
commit 8bb71f2e33
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 31 additions and 2 deletions

View file

@ -50,6 +50,8 @@ export interface User {
noWelcomeModal: boolean
createdAt: Date
pluginAuth: string | null
}
export interface MyUserSpecialPlaylist {