feat(frontend): added logout page
This commit is contained in:
parent
4a56c92667
commit
8222ec4ea3
3 changed files with 20 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
import { showError } from "@app/toast";
|
||||
import client from '@app/api';
|
||||
import cookie from 'js-cookie';
|
||||
|
||||
cookie.remove('pkce');
|
||||
|
||||
export type User = {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue