✨ feat(api): Add Time Period Configuration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user