remove unneccessary line in layout.js

This commit is contained in:
viehlieb 2022-07-11 14:48:05 +02:00
parent c5dd0b729d
commit 2e9fca93ec

View file

@ -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 = {