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

Function constructor

mobile/src/settings/KeepMasterPasswordOption.js:7–13  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

5
6export default class KeepMasterPasswordOption extends Component {
7 constructor(props) {
8 super(props);
9 this.state = {
10 showModal: false,
11 masterPassword: "",
12 };
13 }
14
15 _hideModal = () => {
16 this.setState({ showModal: false });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected