Commit 3c8d6895 authored by Karen Konou's avatar Karen Konou

[Forgot password] page CSS

parent 13339f3d
Pipeline #3072 failed with stage
......@@ -24,9 +24,9 @@ forgotPasswordLayoutCpt = here.component "forgotPasswordLayout" cpt where
, loader: loadPassword
, path: { server, uuid }
, render: \{ password } ->
H.div { className:"justify-content-center" } [
H.img { src: "images/logo.png" }
, H.p {} [ H.text ("Your new password is: " <> password) ]
H.div { className:"container text-center justify-content-center" } [
H.div {className: "row"} [ H.div {className: "mx-auto"} [ H.img { src: "images/logo.png" } ] ]
, H.div {className: "row"} [ H.div {className: "col"} [ H.text ("Your new password is: " <> password) ] ]
]}
where
errorHandler = logRESTError here "[forgotPasswordLayout]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment