From 8bb71f2e332726c207318e44b95e784f9740dc40 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 5 May 2020 09:44:53 +0200 Subject: Add auth plugin info in users list --- server/models/account/user.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/models') diff --git a/server/models/account/user.ts b/server/models/account/user.ts index 1bff955df..260c1b28e 100644 --- a/server/models/account/user.ts +++ b/server/models/account/user.ts @@ -806,7 +806,9 @@ export class UserModel extends Model { videoChannels: [], - createdAt: this.createdAt + createdAt: this.createdAt, + + pluginAuth: this.pluginAuth } if (parameters.withAdminFlags) { -- cgit v1.2.3