Bug 17006: (follow-up) set_password expects a hashref
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
ae1e6b558c
commit
a7978a9e97
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ sub set {
|
||||||
return try {
|
return try {
|
||||||
|
|
||||||
## Change password
|
## Change password
|
||||||
$patron->set_password($password);
|
$patron->set_password({ password => $password });
|
||||||
|
|
||||||
return $c->render( status => 200, openapi => "" );
|
return $c->render( status => 200, openapi => "" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue