mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-19 03:53:01 -06:00
preliminary fixes to broken auth flow
This commit is contained in:
parent
c71e55ecc4
commit
e3ca835ff6
3 changed files with 20 additions and 25 deletions
|
|
@ -107,7 +107,7 @@ func (m *Module) ValidatePassword(email string, password string) (userid string,
|
|||
|
||||
// If we've made it this far the email/password is correct, so we can just return the id of the user.
|
||||
userid = gtsUser.ID
|
||||
l.Tracef("returning (%s, %s)", userid, err)
|
||||
l.Debugf("returning (%s, %s)", userid, err)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue