Przeglądaj źródła

remove unneccessary line in layout.js

viehlieb 3 lat temu
rodzic
commit
2e9fca93ec
1 zmienionych plików z 0 dodań i 1 usunięć
  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 = {