From 2e9fca93ec5d96c4a43e82f000ab893dc3e6adce Mon Sep 17 00:00:00 2001 From: viehlieb Date: Mon, 11 Jul 2022 14:48:05 +0200 Subject: [PATCH] remove unneccessary line in layout.js --- client/components/main/layouts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/main/layouts.js b/client/components/main/layouts.js index fc12ae318..f160150a5 100644 --- a/client/components/main/layouts.js +++ b/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 = {