mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 10:20:14 +01: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) {
|
if (!Meteor.user()?.profile) {
|
||||||
Meteor.call('isOidcRedirectionEnabled', (_, result) => {
|
Meteor.call('isOidcRedirectionEnabled', (_, result) => {
|
||||||
serviceName = 'oidc';
|
|
||||||
if (result) {
|
if (result) {
|
||||||
AccountsTemplates.options.socialLoginStyle = 'redirect';
|
AccountsTemplates.options.socialLoginStyle = 'redirect';
|
||||||
options = {
|
options = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue