Browse Source

비밀번호 변경 문구 변경

pull/2/head
sanguu 2 years ago
parent
commit
69ce35a54d
  1. 4
      src/modules/account/login/sagas/authSaga.ts

4
src/modules/account/login/sagas/authSaga.ts

@ -200,7 +200,7 @@ function* userPwSaga(
yield put(
MessageActions.IS_ERROR({
errorCode: ERROR_MESSAGE.code,
errorMessage: ERROR_MESSAGE.message,
errorMessage: '기존 비밀번호를 확인해주세요',
isHistoryBack: false,
isRefresh: false
})
@ -219,7 +219,7 @@ function* userPwSaga(
yield put(
MessageActions.IS_ERROR({
errorCode: ERROR_MESSAGE.code,
errorMessage: '비밀번호를 확인해주세요',
errorMessage: '처리 중 에러입니다.',
isHistoryBack: false,
isRefresh: false
})

Loading…
Cancel
Save