dete accounts
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m1s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m1s
This commit is contained in:
@@ -201,3 +201,7 @@ func (h MobilityAccountsHandler) ChangePassword(accountid string, newpassword st
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (h MobilityAccountsHandler) DeleteAccount(id string) error {
|
||||
return h.storage.DB.DeleteAccount(id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user