浏览代码

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,
         }));