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
add sugar in password object
pull/342/head
Guillaume Vincent
8 years ago
parent
00f2dad644
commit
4f9e2f34a9
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/domain/password.js
+ 4
- 0
src/domain/password.js
View File
@@ -12,4 +12,8 @@ export default class Password {
});
return isNew;
}
json() {
return this.password
}
}
Write
Preview
Loading…
Cancel
Save