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 5f9c18b commit cb90edaCopy full SHA for cb90eda
services/auth/signin.go
@@ -32,7 +32,7 @@ func UserSignIn(username, password string) (*user_model.User, *auth.Source, erro
32
}
33
if !has {
34
return nil, nil, user_model.ErrEmailAddressNotExist{
35
- Email: user.Email,
+ Email: username,
36
37
38
user = &user_model.User{ID: emailAddress.UID}
0 commit comments