build fix

This commit is contained in:
Abhinav 2022-05-02 22:55:59 +05:30
parent 8fee5497b7
commit 78a2c32a41

View file

@ -78,7 +78,7 @@ function SetPasswordForm(props: Props) {
<TextField
fullWidth
type="password"
label={constants.RE_ENTER_PASSPHRASE}
label={constants.CONFIRM_PASSPHRASE}
value={values.confirm}
onChange={handleChange('confirm')}
disabled={loading}