We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d5b74 commit 02c0ce1Copy full SHA for 02c0ce1
src/Page/Login.purs
@@ -72,7 +72,7 @@ component = F.formless { liftAction: Eval } mempty $ H.mkComponent
72
handleQuery :: forall a. F.FormQuery _ _ _ _ a -> H.HalogenM _ _ _ _ _ (Maybe a)
73
handleQuery = do
74
let
75
- -- loginUser also handles broadcasting the user changes to subscribed components
+ -- onSubmit also handles broadcasting the user changes to subscribed components
76
-- so they receive the up-to-date value (see AppM and the `authenticate` function.)
77
onSubmit = loginUser >=> case _ of
78
Nothing ->
0 commit comments