mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix typo.
This commit is contained in:
@ -48,7 +48,7 @@ func (manager *MemberManagerCtx) UpdateProfile(id string, profile types.MemberPr
|
||||
return fmt.Errorf("Not implemented.")
|
||||
}
|
||||
|
||||
func (manager *MemberManagerCtx) UpdatePassword(id string, passwrod string) error {
|
||||
func (manager *MemberManagerCtx) UpdatePassword(id string, password string) error {
|
||||
return fmt.Errorf("Not implemented.")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user