Very rough implementation of forgot password

This commit is contained in:
Toby Zerner
2015-05-26 11:14:06 +09:30
parent d481a38029
commit feb4676aa0
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() {