leangseu edx/confirm email banner (#4)
* chore: working ui for confirm email * test: update unit test * chore: implement get values for state test * chore: update formatMessage test to support more than primitive variable
This commit is contained in:
@@ -30,7 +30,11 @@ export const refreshList = () => (dispatch) => (
|
||||
}))
|
||||
);
|
||||
|
||||
// TODO: connect hook to actual api later
|
||||
export const sendConfirmEmail = () => () => console.log('send confirm email');
|
||||
|
||||
export default StrictDict({
|
||||
initialize,
|
||||
refreshList,
|
||||
sendConfirmEmail,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user