getting the progress from blob storage

This commit is contained in:
2022-08-02 09:27:47 +01:00
parent c66f8af327
commit ad8b49abcf
6 changed files with 88 additions and 30 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const TimeOut = (props) => {
};
const handleLogout = () => {
console.log("////////////\n" + "logout" + "\n////////////");
console.info("////////////\n" + "logout" + "\n////////////");
destroyCookie({}, "pinsUser"),
window.localStorage.clear(),
signOut({ callbackUrl: "/logout" });