mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Very rough implementation of forgot password
This commit is contained in:
@ -20,6 +20,7 @@ export default class Modal extends Component {
|
||||
this.component = component;
|
||||
m.redraw(true);
|
||||
this.$().modal('show');
|
||||
this.ready();
|
||||
}
|
||||
|
||||
close() {
|
||||
|
Reference in New Issue
Block a user