mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 02:10:12 +01:00
to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 !
6 lines
215 B
Text
6 lines
215 B
Text
template(name='connectionMethod')
|
|
div.at-form-authentication
|
|
label {{_ 'authentication-method'}}
|
|
select.select-authentication
|
|
each authentications
|
|
option(value="{{value}}") {{_ value}}
|