diff options
author | guillaume <guillaume.cassou@supinfo.com> | 2018-11-22 18:00:21 +0100 |
---|---|---|
committer | guillaume <guillaume.cassou@supinfo.com> | 2018-11-22 18:00:21 +0100 |
commit | f23448be3340c56f6fae85b19a52aecf55e4753b (patch) | |
tree | 0acea2f3c2286322c13a429c43baf5081b781326 /client/components/main/layouts.jade | |
parent | a27c16e434f413fe23279b2656b77649c4f202a9 (diff) | |
download | wekan-f23448be3340c56f6fae85b19a52aecf55e4753b.tar.gz wekan-f23448be3340c56f6fae85b19a52aecf55e4753b.tar.bz2 wekan-f23448be3340c56f6fae85b19a52aecf55e4753b.zip |
revert changes for patch authentication
Diffstat (limited to 'client/components/main/layouts.jade')
-rw-r--r-- | client/components/main/layouts.jade | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade index e434eaba..969ec6a9 100644 --- a/client/components/main/layouts.jade +++ b/client/components/main/layouts.jade @@ -23,7 +23,6 @@ template(name="userFormsLayout") br section.auth-dialog +Template.dynamic(template=content) - +connectionMethod if isCas .at-form button#cas(class='at-btn submit' type='submit') {{casSignInLabel}} |