瀏覽代碼

Local Storage keys

wilitp 4 年之前
父節點
當前提交
06bce5d44e
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/src/context/storageKeys.ts

+ 3 - 0
app/src/context/storageKeys.ts

@@ -0,0 +1,3 @@
+export default {
+  userToken: "auth_token",
+};