import Modal from '../../common/components/Modal'; import Button from '../../common/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.translator.trans('core.forum.change_password.title'); } content() { return (
{app.translator.trans('core.forum.change_password.text')}