Commit 13339f3d authored by Karen Konou's avatar Karen Konou

[Forgot password] update design

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