forgot password updates

This commit is contained in:
Cyril Joseph 2025-07-10 13:16:23 -03:00
parent 3101a46c28
commit f3864cb5ae

View File

@ -64,7 +64,7 @@ export class AuthService {
headers = headers.set('Authorization', `Bearer ${token}`);
}
return this.http.post(
return this.http.put(
`${this.apiUrl}/forgot-password`,
{ P_EMAILADDR: email, P_PASSWORD: password },
{ headers }