You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Auth.Flow.init takes a toBackendFn to turn the produced Auth.Common.ToBackend to an arbitrary Cmd msg. Auth.Flow.signInRequested, however, does not, necessitating it always be followed by a Tuple.mapSecond toBackendFn.
It feels as if either both or neither of these should take a toBackendFn parameter (both probably being the more ergonomic option).
The text was updated successfully, but these errors were encountered:
Currently,
Auth.Flow.init
takes atoBackendFn
to turn the producedAuth.Common.ToBackend
to an arbitraryCmd msg
.Auth.Flow.signInRequested
, however, does not, necessitating it always be followed by aTuple.mapSecond toBackendFn
.It feels as if either both or neither of these should take a
toBackendFn
parameter (both probably being the more ergonomic option).The text was updated successfully, but these errors were encountered: