Browse Source

Local Storage keys

wilitp 4 năm trước cách đây
mục cha
commit
06bce5d44e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/src/context/storageKeys.ts

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

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