fix confirmation email status
I screwed this up in a big re-factoring in 153654ad
This commit is contained in:
parent
50f57a3586
commit
448b33d1cc
@ -182,7 +182,9 @@ class ( YesodAuth site
|
|||||||
confirmationEmailSentResponse :: Text -> HandlerT site IO TypedContent
|
confirmationEmailSentResponse :: Text -> HandlerT site IO TypedContent
|
||||||
confirmationEmailSentResponse identifier = do
|
confirmationEmailSentResponse identifier = do
|
||||||
mr <- getMessageRender
|
mr <- getMessageRender
|
||||||
messageJson401 (mr msg) $ authLayout $ do
|
selectRep $ do
|
||||||
|
provideJsonMessage (mr msg)
|
||||||
|
provideRep $ authLayout $ do
|
||||||
setTitleI Msg.ConfirmationEmailSentTitle
|
setTitleI Msg.ConfirmationEmailSentTitle
|
||||||
[whamlet|<p>_{msg}|]
|
[whamlet|<p>_{msg}|]
|
||||||
where
|
where
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user