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

[Forgot password] page CSS

parent 13339f3d
...@@ -24,9 +24,9 @@ forgotPasswordLayoutCpt = here.component "forgotPasswordLayout" cpt where ...@@ -24,9 +24,9 @@ forgotPasswordLayoutCpt = here.component "forgotPasswordLayout" cpt where
, loader: loadPassword , loader: loadPassword
, path: { server, uuid } , path: { server, uuid }
, render: \{ password } -> , render: \{ password } ->
H.div { className:"justify-content-center" } [ H.div { className:"container text-center justify-content-center" } [
H.img { src: "images/logo.png" } H.div {className: "row"} [ H.div {className: "mx-auto"} [ H.img { src: "images/logo.png" } ] ]
, H.p {} [ H.text ("Your new password is: " <> password) ] , H.div {className: "row"} [ H.div {className: "col"} [ H.text ("Your new password is: " <> password) ] ]
]} ]}
where where
errorHandler = logRESTError here "[forgotPasswordLayout]" 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