import Modal from 'flarum/components/Modal'; import Button from 'flarum/components/Button'; /** * The `ChangePasswordModal` component shows a modal dialog which allows the * user to send themself a password reset email. */ export default class ChangePasswordModal extends Modal { className() { return 'ChangePasswordModal Modal--small'; } title() { return app.trans('core.forum.change_password_title'); } content() { return (
{app.trans('core.forum.change_password_text')}