Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
lesspass
réplica de
https://github.com/lesspass/lesspass.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
67
Wiki
Actividad
Explorar el Código
remove unneeded comma
pull/342/head
Guillaume Vincent
hace 7 años
padre
a3cc317592
commit
19dc8ec910
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
src/views/Login.vue
+ 2
- 2
src/views/Login.vue
Ver fichero
@@ -112,7 +112,7 @@
showError: false,
errorMessage: '',
errors: {...defaultErrors},
showOptions: false
,
showOptions: false
};
},
components: {
@@ -120,7 +120,7 @@
MasterPassword
},
computed: {
...mapGetters(['version'])
,
...mapGetters(['version'])
},
methods: {
noErrors(){
Escribir
Vista previa
Cargando…
Cancelar
Guardar