diff --git a/ui/src/app/account/service/password.service.ts b/ui/src/app/account/service/password.service.ts index ac42c69a0..bffc2cc17 100644 --- a/ui/src/app/account/service/password.service.ts +++ b/ui/src/app/account/service/password.service.ts @@ -27,7 +27,7 @@ export class PasswordService { } savePassword(key: string, newPassword: string): Observable { - return this.http.post('/services/userservice/api/account/reset-password/finish', {key, newPassword:"a"}) + return this.http.post('/services/userservice/api/account/reset-password/finish', { key, newPassword }) } validateKey(key: any): Observable {