Explorar el Código

remove unneccessary line in layout.js

viehlieb hace 3 años
padre
commit
2e9fca93ec
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      client/components/main/layouts.js

+ 0 - 1
client/components/main/layouts.js

@@ -52,7 +52,6 @@ Template.userFormsLayout.onCreated(function () {
 
   if (!Meteor.user()?.profile) {
       Meteor.call('isOidcRedirectionEnabled', (_, result) => {
-        serviceName = 'oidc';
         if (result) {
           AccountsTemplates.options.socialLoginStyle = 'redirect';
           options = {