Closed charleshan closed 8 years ago
This happens for the identity
provider for either login or sign up when the form is submitted without any values filled out in their respective forms.
I happen to be looking into this right now. Will let you know what I find.
Here's a fix.
# web/auth/user_from_auth.ex
defp uid_from_auth(auth), do: auth.uid || ""
Works for me. Thanks for that @omin.
@walter Thanks for working on the problem with me 👍
Pull request #40