mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
Change wording to be more precise
Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
parent
729ad82de6
commit
b97ae41a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ export class ParentClient extends BaseClient {
|
|||
* Changes the login password for this parent's account
|
||||
* @param current Current password
|
||||
* @param new New password
|
||||
* @returns whether it was successful or not
|
||||
* @returns Whether the request was successful
|
||||
*/
|
||||
async changePassword(this: ParentClient, current: string, newPassword: string): Promise<ChangePasswordResponse>{
|
||||
const formData = new URLSearchParams();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue