Skip to content

Commit 5a6dcfd

Browse files
committed
fix: Reset password token issue resolved
1 parent c2bf7fd commit 5a6dcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/containers/ResetPassword/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export const ADD_VALIDATION_ERROR =
1010
export const ASYNC_START = 'containers/ResetPassword/ASYNC_START';
1111
export const ASYNC_END = 'containers/ResetPassword/ASYNC_END';
1212
export const SET_FORM_VALUES = 'containers/ResetPassword/SET_FORM_VALUES';
13-
export const SET_RESET_CODE = 'containers/ResetPassword/SET_FORM_VALUES';
13+
export const SET_RESET_CODE = 'containers/ResetPassword/SET_RESET_CODE';

0 commit comments

Comments
 (0)