소스 검색

Corrección login

Jose Brito 2 년 전
부모
커밋
94503afd12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sistema-mantenimiento-front/src/app/components/login/login.component.ts

+ 1 - 1
sistema-mantenimiento-front/src/app/components/login/login.component.ts

@@ -116,7 +116,7 @@ export class LoginComponent implements OnInit {
           longitude: long,
           accuracy: prec,
           city: ciud,
-          state: esta,
+          state: esta == '' ? '-' : esta,
           country: pais,
         }));