mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 23:18:48 +00:00
Refresh Token 저장 방식 변경
This commit is contained in:
3
src/lib/stores/auth.ts
Normal file
3
src/lib/stores/auth.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const accessToken = writable<string | null>(null);
|
||||
Reference in New Issue
Block a user