chore(xo-server/signin): remove empty div

This commit is contained in:
Julien Fontanet 2024-01-10 17:17:42 +01:00
parent bae8ad25e9
commit 9388b5500c

View File

@ -33,7 +33,6 @@ html
i.fa.fa-sign-in
| Sign in
else
div.mb-2
each label, id in strategies
div: a(href = 'signin/' + id).btn.btn-block.btn-primary.mb-1 Sign in with #{label}
form(action = 'signin/local' method = 'post')