Newer
Older
alert / js / node_modules / flarum / forum / components / ChangePasswordModal.d.ts
@Réz István Réz István on 18 Nov 2021 244 bytes first commit
/**
 * The `ChangePasswordModal` component shows a modal dialog which allows the
 * user to send themself a password reset email.
 */
export default class ChangePasswordModal extends Modal {
}
import Modal from "../../common/components/Modal";