mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
add automaticLinkedUrlSchemes
This commit is contained in:
parent
ab24b3262c
commit
c1f52a5e5a
1 changed files with 4 additions and 0 deletions
|
@ -176,6 +176,9 @@ BlazeComponent.extendComponent({
|
|||
const textBelowCustomLoginLogo = $('#text-below-custom-login-logo')
|
||||
.val()
|
||||
.trim();
|
||||
const automaticLinkedUrlSchemes = $('#automatic-linked-url-schemes')
|
||||
.val()
|
||||
.trim();
|
||||
const customTopLeftCornerLogoImageUrl = $(
|
||||
'#custom-top-left-corner-logo-image-url',
|
||||
)
|
||||
|
@ -209,6 +212,7 @@ BlazeComponent.extendComponent({
|
|||
customTopLeftCornerLogoHeight,
|
||||
displayAuthenticationMethod,
|
||||
defaultAuthenticationMethod,
|
||||
automaticLinkedUrlSchemes,
|
||||
},
|
||||
});
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue