fix: remove monorepo
This commit is contained in:
4
app/lib/auth.ts
Normal file
4
app/lib/auth.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export function forgetAuth() {
|
||||
// FIXME: use dedicated method
|
||||
localStorage.removeItem('__wc_api_tokens__');
|
||||
}
|
||||
Reference in New Issue
Block a user