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:
leangseu-edx
2022-08-02 13:28:50 -04:00
committed by GitHub
parent 279ff18e49
commit 776c6989bd
14 changed files with 429 additions and 24 deletions

View File

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