This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
remove unneeded comma
pull/342/head
Guillaume Vincent
7 years ago
parent
a3cc317592
commit
19dc8ec910
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/views/Login.vue
+ 2
- 2
src/views/Login.vue
View File
@@ -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(){
Write
Preview
Loading…
Cancel
Save