diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-02 16:51:05 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-02 16:51:05 +0700 |
| commit | d336735a91133cc3f1cf6f67ba2ac29f0985fd2e (patch) | |
| tree | f64a5c6de6e0ea015952ae028dca115077cffa45 /src2/pages/logout.js | |
| parent | 074edfe4e51efd3b4a44dc7fe6e1284c9c560501 (diff) | |
delete src2
Diffstat (limited to 'src2/pages/logout.js')
| -rw-r--r-- | src2/pages/logout.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src2/pages/logout.js b/src2/pages/logout.js deleted file mode 100644 index 8ea21fab..00000000 --- a/src2/pages/logout.js +++ /dev/null @@ -1,14 +0,0 @@ -import { useRouter } from "next/router"; -import { useEffect } from "react"; -import { deleteAuth } from "@/core/utils/auth"; - -export default function Logout() { - const router = useRouter(); - - useEffect(() => { - deleteAuth(); - router.replace('/login'); - }, [router]); - - return null; -}
\ No newline at end of file |
