]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/account/user.ts
Add auth plugin info in users list
[github/Chocobozzz/PeerTube.git] / server / models / account / user.ts
index 1bff955df06306f2d6c22a385b1d7df53a57d183..260c1b28eba443921817f28a31ab01cb17b4aef6 100644 (file)
@@ -806,7 +806,9 @@ export class UserModel extends Model<UserModel> {
 
       videoChannels: [],
 
-      createdAt: this.createdAt
+      createdAt: this.createdAt,
+
+      pluginAuth: this.pluginAuth
     }
 
     if (parameters.withAdminFlags) {