Explorar o código

Merge pull request #2164 from gil0109/edge

Fix trailing spaces for OIDC fix
Lauri Ojansivu %!s(int64=6) %!d(string=hai) anos
pai
achega
b06e11ba09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.emails = [{ address: email, verified: true }];
       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';
 
       // see if any existing user has this email address or username, otherwise create new