Browse Source

add sugar in password object

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
4f9e2f34a9
1 changed files with 4 additions and 0 deletions
  1. +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
}
}

Loading…
Cancel
Save