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 profile in state
pull/342/head
Guillaume Vincent
7 years ago
parent
fb52b9b271
commit
c54a9b7d2c
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/store/index.js
+ 2
- 2
src/store/index.js
View File
@@ -7,8 +7,8 @@ import mutations from './mutations'
Vue.use(Vuex);
Vue.use(Vuex);
const state = {
const state = {
currentPassword
Profile
: null,
password
Profile
s: {},
currentPassword: null,
passwords: {},
defaultOptions: {
defaultOptions: {
uppercase: true,
uppercase: true,
lowercase: true,
lowercase: true,
Write
Preview
Loading…
Cancel
Save