rest call
This commit is contained in:
parent
d7dda6f910
commit
9d2ac4ae8e
|
@ -5,4 +5,4 @@ export type REQUEST_FAILURE = '@overflow/member/forgot_password/REQUEST/FAILURE'
|
|||
|
||||
export const REQUEST: REQUEST = '@overflow/member/forgot_password/REQUEST';
|
||||
export const REQUEST_SUCCESS: REQUEST_SUCCESS = '@overflow/member/forgot_password/REQUEST/SUCCESS';
|
||||
export const REQUEST_FAILURE: REQUEST_FAILURE = '@overflow/member/forgot_password/REQUEST/FAILURE';
|
||||
export const REQUEST_FAILURE: REQUEST_FAILURE = '@overflow/member/forgot_password/REQUEST/FAILURE';
|
||||
|
|
|
@ -5,4 +5,4 @@ export type REQUEST_FAILURE = '@overflow/member/reset_password/REQUEST/FAILURE';
|
|||
|
||||
export const REQUEST: REQUEST = '@overflow/member/reset_password/REQUEST';
|
||||
export const REQUEST_SUCCESS: REQUEST_SUCCESS = '@overflow/member/reset_password/REQUEST/SUCCESS';
|
||||
export const REQUEST_FAILURE: REQUEST_FAILURE = '@overflow/member/reset_password/REQUEST/FAILURE';
|
||||
export const REQUEST_FAILURE: REQUEST_FAILURE = '@overflow/member/reset_password/REQUEST/FAILURE';
|
||||
|
|
|
@ -3,4 +3,4 @@ interface PWConfirmPayload {
|
|||
pass: string;
|
||||
}
|
||||
|
||||
export default PWConfirmPayload;
|
||||
export default PWConfirmPayload;
|
||||
|
|
Loading…
Reference in New Issue
Block a user