populate initial dialog
This commit is contained in:
parent
130c99021c
commit
27db94367b
|
@ -267,7 +267,21 @@ class LogInUser extends Component {
|
||||||
header="Restablecer Contraseña"
|
header="Restablecer Contraseña"
|
||||||
modal
|
modal
|
||||||
className="p-fluid"
|
className="p-fluid"
|
||||||
></Dialog>
|
footer={this.pwdResetDialogFooter}
|
||||||
|
onHide={() => this.props.showPwdResetDialog = false}
|
||||||
|
>
|
||||||
|
<div className='flex align-items-center justify-content-center'>
|
||||||
|
<i
|
||||||
|
className='pi pi-exclamation-triangle mr-3'
|
||||||
|
style={{ fontSize: '2rem' }}
|
||||||
|
/>
|
||||||
|
<InputText
|
||||||
|
type='email'
|
||||||
|
style={{ width: '100%' }}
|
||||||
|
placeholder='Correo electrónico'
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</Dialog>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue