complete password reset
This commit is contained in:
@@ -35,6 +35,7 @@ type UserRepo interface {
|
||||
SaveContact(contact entity.ContactInfo) (entity.ContactInfo, error)
|
||||
RemoveContact(contact entity.ContactInfo) (entity.ContactInfo, error)
|
||||
UpdateLogin(user entity.User) error
|
||||
UpdateLoginPassword(user entity.User) error
|
||||
}
|
||||
|
||||
// RideRepo defines the data set for Rides
|
||||
|
||||
Reference in New Issue
Block a user