1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 09:41:26 +02:00

Very rough implementation of forgot password

This commit is contained in:
Toby Zerner
2015-05-26 11:14:06 +09:30
parent 35b362e393
commit e47678f403
18 changed files with 376 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ export default class Modal extends Component {
this.component = component;
m.redraw(true);
this.$().modal('show');
this.ready();
}
close() {