From 5e4253110ee1fa492d5bf28ee026e8ae05bcb8e4 Mon Sep 17 00:00:00 2001
From: Roberto <roberto@rssolucoesweb.com.br>
Date: Thu, 18 Jul 2019 21:36:09 -0300
Subject: [PATCH] =?UTF-8?q?alterando=20a=20rota=20/user/reset/password=20p?=
 =?UTF-8?q?ara=20produ=C3=A7=C3=A3o?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/app/login/login.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/login/login.component.ts b/src/app/login/login.component.ts
index 456b834e..8133ac10 100644
--- a/src/app/login/login.component.ts
+++ b/src/app/login/login.component.ts
@@ -55,7 +55,7 @@ export class LoginComponent extends BaseUnsubscribe implements OnInit {
     if (this.userCredencialIsValid()) {
       const options = this.httpService.getRequestOptionsWithSearchParams(new Map<string, string>([['origin', 'SimCAQ'], ['email', this.userCredential.email]]));
 
-      this.httpService.get<any>(`${this.httpService.apiEndpointDadosEducacionaisHomV1}/user/reset/password`, options).pipe(
+      this.httpService.get<any>(`${this.httpService.apiEndpointDadosEducacionaisV1}/user/reset/password`, options).pipe(
         takeUntil(this.unsubscribe))
         .subscribe(
           (retorno) => {
-- 
GitLab