(email)
| 1010 | } |
| 1011 | |
| 1012 | async function setEmailState(email) { |
| 1013 | await setEmailStateSilently(email); |
| 1014 | if (email) { |
| 1015 | await resumeAutoRunIfWaitingForEmail(); |
| 1016 | } |
| 1017 | } |
| 1018 | |
| 1019 | async function setPasswordState(password) { |
| 1020 | await setState({ password }); |
no test coverage detected