fix: loggin out keeps refresh token in browser

fix: https://github.com/canove/whaticket/issues/106
This commit is contained in:
canove
2021-01-15 11:56:28 -03:00
parent e6e9ac213f
commit 74e17a9f04
8 changed files with 59 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
import React, { createContext } from "react";
import useWhatsApps from "./useWhatsApps";
import useWhatsApps from "../../hooks/useWhatsApps";
const WhatsAppsContext = createContext();