Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ onHidePwdDialog
Function
onHidePwdDialog
src/components/decrypt-message/DecryptMessage.js:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
onHidePwdDialog() {
95
this.setState({pwdDialog: null});
96
}
97
98
onLock() {
99
this.setState({waiting: false, locked: true});
Callers
nothing calls this directly
Calls
1
setState
Method · 0.45
Tested by
no test coverage detected