Commit 81fcf80cd4e1dcb10667e9ba2b85b6ff8b5ebf8f

Authored by Marcelo Puebla
1 parent 0a79e2b174
Exists in master and in 2 other branches demo, develop

Arreglo en boolean.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/foca-login.html
... ... @@ -37,7 +37,7 @@
37 37 <input
38 38 class="form-control form-control-sm rounded-pill text-transform-none pr-5"
39 39 id="password"
40   - type="{{!hidePassword ? 'password' : 'text'}}"
  40 + type="{{hidePassword ? 'password' : 'text'}}"
41 41 ng-model="usuario.clave"
42 42 foca-focus="paso == 2"
43 43 ng-keyup="$event.keyCode == 13 && enviar()"