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