Drop outdated TODO
1 files changed, 0 insertions(+), 1 deletions(-) M entity.go
M entity.go => entity.go +0 -1
@@ 112,7 112,6 @@ func (user *User) columns() map[string]interface{} { } func (user *User) VerifyPassword(password string) error { - // TODO: upgrade hash return bcrypt.CompareHashAndPassword([]byte(user.PasswordHash), []byte(password)) }