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
|
|
});
|