smpallen99 / coherence

Coherence is a full featured, configurable authentication system for Phoenix
MIT License
1.27k stars 224 forks source link

Fix issue when attempting to immediately log in after registering an account #356

Closed JonRCahill closed 6 years ago

JonRCahill commented 6 years ago

When attempting to log in an error would occur as the Html Responder session_create_success expects notice in it's opts and it is never provided.

Added a new "account_created_successfully" message and provided this with the required opts when attempting to log in immediately after creating an account.

smpallen99 commented 6 years ago

Thanks!!