mirror of
https://github.com/discourse/discourse.git
synced 2025-02-04 06:06:32 +08:00
40ab2e5667
This allows users who entered a typo or invalid email address when signing up an opportunity to fix it and resending the confirmation email to that address.
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
import ModalFunctionality from 'discourse/mixins/modal-functionality';
|
|
|
|
export default Ember.Controller.extend(ModalFunctionality, {
|
|
modal: null
|
|
});
|