feat(api): Add Time Period Configuration

This commit is contained in:
web@ppanel
2024-12-29 22:10:43 +07:00
parent fec80f592d
commit 837157cc42
30 changed files with 466 additions and 80 deletions
+1
View File
@@ -41,6 +41,7 @@ export function getRedirectUrl() {
}
export function Logout() {
if (!isBrowser()) return;
const cookies = new Cookies(null, { path: '/' });
cookies.remove('Authorization');
const pathname = location.pathname;