mirror of
https://github.com/wekan/wekan.git
synced 2026-01-26 03:06:09 +01:00
[Admin panel / Settings / Layout] Customize OIDC button text
This commit is contained in:
parent
0c121a5894
commit
9defed2680
7 changed files with 25 additions and 1 deletions
|
|
@ -180,6 +180,10 @@ template(name='announcementSettings')
|
|||
|
||||
template(name='layoutSettings')
|
||||
ul#layout-setting.setting-detail
|
||||
li.layout-form
|
||||
.title {{_ 'oidc-button-text'}}
|
||||
.form-group
|
||||
input.wekan-form-control#oidcBtnTextvalue(type="text", placeholder="" value="{{currentSetting.oidcBtnText}}")
|
||||
li.layout-form
|
||||
.title {{_ 'display-authentication-method'}}
|
||||
.form-group.flex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue