Back to Komga

UserChangePassword

next-ui/src/components/user/form/ChangePassword.mdx

1.26.1336 B
Original Source

import { Canvas, Meta } from '@storybook/addon-docs/blocks';

import * as Stories from './ChangePassword.stories';

<Meta of={Stories} />

UserChangePassword

A form to update a user's password, which checks that both passwords are the same.

Should be wrapped in a <v-form> or ConfirmEdit dialog.

<Canvas of={Stories.Default} />