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
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 {