mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Change wording to be more clear about new password
Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
parent
58b75690e5
commit
67317fd227
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export class ParentClient extends BaseClient {
|
||||||
/**
|
/**
|
||||||
* Changes the login password for the current parent account
|
* Changes the login password for the current parent account
|
||||||
* @param current Current password
|
* @param current Current password
|
||||||
* @param new New password
|
* @param newPassword New password
|
||||||
* @returns Whether the request was successful
|
* @returns Whether the request was successful
|
||||||
*/
|
*/
|
||||||
async changePassword(currentPassword: string, newPassword: string): Promise<ChangePasswordResponse> {
|
async changePassword(currentPassword: string, newPassword: string): Promise<ChangePasswordResponse> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue