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
The with statement in Sentinel.Controllers.Html.AuthController.new_user() has no else clause. This leads to the following exceedingly cryptic error message if AfterRegistrator.confirmable_and_invitable() or RegistratorHelper.callback() fails to return {:ok, user}.
expected action/2 to return a Plug.Conn, all plugs must receive a connection (conn) and return a connection
The text was updated successfully, but these errors were encountered:
The
with
statement in Sentinel.Controllers.Html.AuthController.new_user() has noelse
clause. This leads to the following exceedingly cryptic error message ifAfterRegistrator.confirmable_and_invitable()
orRegistratorHelper.callback()
fails to return{:ok, user}
.expected action/2 to return a Plug.Conn, all plugs must receive a connection (conn) and return a connection
The text was updated successfully, but these errors were encountered: