do not escape redirect URI on login page
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2020-10-23 12:04:12 -05:00
parent ca8a6d3456
commit 33ace4ed46

View File

@@ -4,7 +4,7 @@ block content
h3.login-heading.mb-4 #{message}
a.btn.btn-lg.btn-primary.btn-block.btn-login.text-uppercase.font-weight-bold.mb-2.form-submit-button(href=button_link) #{button_text}
script.
const href = "#{button_link}"
const href = "!{button_link}"
window.location.href = href
.text-center