mirror of
https://github.com/flarum/core.git
synced 2025-08-10 10:24:46 +02:00
Bundled output for commit 7db2d0f697
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
* The `ChangeEmailModal` component shows a modal dialog which allows the user
|
||||
* to change their email address.
|
||||
*/
|
||||
export default class ChangeEmailModal extends Modal {
|
||||
export default class ChangeEmailModal extends Modal<any> {
|
||||
constructor();
|
||||
/**
|
||||
* Whether or not the email has been changed successfully.
|
||||
*
|
||||
|
Reference in New Issue
Block a user