Sfoglia il codice sorgente

Local Storage keys

wilitp 4 anni fa
parent
commit
06bce5d44e
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      app/src/context/storageKeys.ts

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

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