mod/usr: fix typo [skip ci]
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4f2302143d
commit
0ac668d001
@ -17,7 +17,7 @@ func CreateUser(ctx context.Context, client *ent.Client, email, username, passwo
|
|||||||
|
|
||||||
digest, err := passwd.GetHash(password)
|
digest, err := passwd.GetHash(password)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("error hashing passoword: %s", err)
|
log.Errorf("error hashing password: %s", err)
|
||||||
return nil, errors.New("could not hash password")
|
return nil, errors.New("could not hash password")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user