diff --git a/.env b/.env index 8fa972e..f372687 100644 --- a/.env +++ b/.env @@ -68,6 +68,8 @@ REACT_APP_APPLE_REDIRECT_URL='http://localhost:9082/login/auth/apple' REACT_APP_MAX_FILE_SIZE=1000000 REACT_APP_TOTAL_NUM_FILE=4 +REACT_APP_LOGOUT_TEXT="Sign Out" + #apigate.lotus.g1.wrenchboard.com:76.209.103.227 #apigate.orion.g1.wrenchboard.com:76.209.103.227 diff --git a/.env.development b/.env.development index 6a9a063..2c25759 100644 --- a/.env.development +++ b/.env.development @@ -41,4 +41,6 @@ REACT_APP_GOOGLE_CLIENT_SCOPE="https://www.googleapis.com/auth/plus.login https: REACT_APP_GOOGLE_REDIRECT_URL=http://localhost:9082/login/auth/ REACT_APP_MAX_FILE_SIZE=1000000 -REACT_APP_TOTAL_NUM_FILE=4 \ No newline at end of file +REACT_APP_TOTAL_NUM_FILE=4 + +REACT_APP_LOGOUT_TEXT="Sign Out" \ No newline at end of file diff --git a/.env.production b/.env.production index e949b83..7b3c27f 100644 --- a/.env.production +++ b/.env.production @@ -12,8 +12,8 @@ REACT_APP_APPSITE="https://myfitapp.mermsemr.com" #REACT_APP_AUX_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/svs/user" #REACT_APP_USERS_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/svs/user" -REACT_APP_AUX_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/en/wrench/api/v1" -REACT_APP_USERS_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/en/wrench/api/v1" +REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" +REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" #"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" @@ -48,4 +48,6 @@ REACT_APP_FACEBOOK_REDIRECT_URL="https://users.wrenchboard.com/login/auth/flogin DISABLE_ESLINT_PLUGIN=true REACT_APP_MAX_FILE_SIZE=1000000 -REACT_APP_TOTAL_NUM_FILE=4 \ No newline at end of file +REACT_APP_TOTAL_NUM_FILE=4 + +REACT_APP_LOGOUT_TEXT="Sign Out" \ No newline at end of file diff --git a/src/components/MyWallet/Popup/AddFundDollars.jsx b/src/components/MyWallet/Popup/AddFundDollars.jsx index b60c3ae..b89d70e 100644 --- a/src/components/MyWallet/Popup/AddFundDollars.jsx +++ b/src/components/MyWallet/Popup/AddFundDollars.jsx @@ -382,7 +382,11 @@ function AddFundDollars(props) { expireMonth.map((item, index) => ( diff --git a/src/components/MyWallet/Popup/CompleteConfirmCredit.jsx b/src/components/MyWallet/Popup/CompleteConfirmCredit.jsx index 62e3e05..6b9d24d 100644 --- a/src/components/MyWallet/Popup/CompleteConfirmCredit.jsx +++ b/src/components/MyWallet/Popup/CompleteConfirmCredit.jsx @@ -9,7 +9,12 @@ function CompleteConfirmCredit({ onClose, confirmCredit }) {