MCPcopy Create free account
hub / github.com/lesspass/lesspass / constructor

Method constructor

mobile/src/password/MasterPassword.js:10–14  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

8
9export default class MasterPassword extends Component {
10 constructor(props) {
11 super(props);
12 this.state = { fingerprint: null };
13 this.delayedCalcFingerprint = debounce(this.calcFingerprint, 500);
14 }
15
16 calcFakedFingerprint = () => {
17 let hmacSha256 = "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected