Commit 49bcce96 authored by Karen Konou's avatar Karen Konou

Merge branch '405-dev-lost-password-design' of...

Merge branch '405-dev-lost-password-design' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into 405-dev-lost-password-design
parents 8a65bd05 a0cef540
......@@ -24,7 +24,7 @@ forgotPasswordLayoutCpt = here.component "forgotPasswordLayout" cpt where
, loader: loadPassword
, path: { server, uuid }
, render: \{ password } ->
H.p {} [ H.text ("Your new password is:" <> password) ] }
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