diff --git a/com-dict-client/src/store/actions/authActions.js b/com-dict-client/src/store/actions/authActions.js index 67ef6c3..066a2ab 100644 --- a/com-dict-client/src/store/actions/authActions.js +++ b/com-dict-client/src/store/actions/authActions.js @@ -52,6 +52,7 @@ export const signOut = () => async (firebase, history) => { try { await firebase.logout(); history.push("/"); + message.success("Logout success"); } catch (e) { console.log(e.message); }