mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
remove unneccessary line in layout.js
This commit is contained in:
parent
c5dd0b729d
commit
2e9fca93ec
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue