2
0
Karim Gillani 6 жил өмнө
parent
commit
d689a7408b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      models/users.js

+ 1 - 1
models/users.js

@@ -569,7 +569,7 @@ if (Meteor.isServer) {
       user.username = user.services.oidc.username;
       user.username = user.services.oidc.username;
       user.emails = [{ address: email, verified: true }];
       user.emails = [{ address: email, verified: true }];
       const initials = user.services.oidc.fullname.match(/\b[a-zA-Z]/g).join('').toUpperCase();
       const initials = user.services.oidc.fullname.match(/\b[a-zA-Z]/g).join('').toUpperCase();
-      user.profile = { initials, fullname: user.services.oidc.fullname, boardView: 'board-view-lists' }; 
+      user.profile = { initials, fullname: user.services.oidc.fullname, boardView: 'board-view-lists' };
       user.authenticationMethod = 'oauth2';
       user.authenticationMethod = 'oauth2';
 
 
       // see if any existing user has this email address or username, otherwise create new
       // see if any existing user has this email address or username, otherwise create new