We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bf7fd commit 5a6dcfdCopy full SHA for 5a6dcfd
app/containers/ResetPassword/constants.js
@@ -10,4 +10,4 @@ export const ADD_VALIDATION_ERROR =
10
export const ASYNC_START = 'containers/ResetPassword/ASYNC_START';
11
export const ASYNC_END = 'containers/ResetPassword/ASYNC_END';
12
export const SET_FORM_VALUES = 'containers/ResetPassword/SET_FORM_VALUES';
13
-export const SET_RESET_CODE = 'containers/ResetPassword/SET_FORM_VALUES';
+export const SET_RESET_CODE = 'containers/ResetPassword/SET_RESET_CODE';
0 commit comments