Data
| Name | Type | Default value | Description |
|---|---|---|---|
id | String | - | - |
newPassword | String|null | null | - |
passwordRepetition | String|null | null | - |
Computed
| Name | Type | Description |
|---|---|---|
newPasswordIsValid | Boolean | - |
newPasswordStateFeedback | String|null | - |
passwordRepetitionIsValid | Boolean | - |
passwordRepetitionStateFeedback | String|null | - |
Example
<ChangePasswordModal />