do not escape redirect URI on login page
This commit is contained in:
parent
ca8a6d3456
commit
33ace4ed46
@ -4,7 +4,7 @@ block content
|
|||||||
h3.login-heading.mb-4 #{message}
|
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}
|
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.
|
script.
|
||||||
const href = "#{button_link}"
|
const href = "!{button_link}"
|
||||||
window.location.href = href
|
window.location.href = href
|
||||||
|
|
||||||
.text-center
|
.text-center
|
||||||
|
Loading…
Reference in New Issue
Block a user