1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

Change wording to be more precise

Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
Isaac Hatton 2023-10-08 12:36:33 +01:00 committed by GitHub
parent 729ad82de6
commit b97ae41a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();