mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
possibility of adding a custom legal notice page url
This commit is contained in:
parent
16bb65f7c7
commit
8662fd59fb
9 changed files with 43 additions and 3 deletions
|
|
@ -210,6 +210,11 @@ BlazeComponent.extendComponent({
|
|||
)
|
||||
.val()
|
||||
.trim();
|
||||
const legalNotice = $(
|
||||
'#legalNoticevalue',
|
||||
)
|
||||
.val()
|
||||
.trim();
|
||||
const hideLogoChange = $('input[name=hideLogo]:checked').val() === 'true';
|
||||
const displayAuthenticationMethod =
|
||||
$('input[name=displayAuthenticationMethod]:checked').val() === 'true';
|
||||
|
|
@ -234,6 +239,7 @@ BlazeComponent.extendComponent({
|
|||
spinnerName,
|
||||
oidcBtnText,
|
||||
mailDomainName,
|
||||
legalNotice,
|
||||
},
|
||||
});
|
||||
} catch (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue