pull/21833/head
Bruno Windels 2020-03-25 13:40:09 +01:00
parent 792a7b3953
commit 78b167a7ea
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default class SetupEncryptionBody extends React.Component {
this.state = { this.state = {
phase: store.phase, phase: store.phase,
// this serves dual purpose as the object for the request logic and // this serves dual purpose as the object for the request logic and
// the presence of it insidicating that we're in 'verify mode'. // the presence of it indicating that we're in 'verify mode'.
// Because of the latter, it lives in the state. // Because of the latter, it lives in the state.
verificationRequest: store.verificationRequest, verificationRequest: store.verificationRequest,
backupInfo: store.backupInfo, backupInfo: store.backupInfo,