Appearance
ResetPassword
The ResetPassword
component provides a button for a logged in user to initiate a reset password workflow.
Examples
html
<ResetPassword
class="mt-6"
@reset-password:click="handleResetPassword"
/>
An example can be seen in /frontend/views/AccountView.vue
Component Props
Prop | Description | Options |
---|---|---|
-- |
Component Events
Event | Description | Args |
---|---|---|
reset-password:click | emits when the button element is clicked |
CSS Classes
Class | Description |
---|---|
-- |