{
  "version": 3,
  "sources": ["../../src/store/slices/loginInfo/loginInfoSlice.ts"],
  "sourcesContent": ["import { StateCreator } from 'zustand/vanilla';\nimport { StoreType, MutatorsIn } from 'store/store.types';\nimport { LoginInfoSliceType } from './loginInfo.types';\n\nexport const initialState: LoginInfoSliceType = {\n  providerType: null,\n  walletConnectLogin: null,\n  ledgerLogin: null,\n  tokenLogin: null,\n  loginExpiresAt: null\n};\n\nfunction getTokenInfoSlice(): StateCreator<\n  StoreType,\n  MutatorsIn,\n  [],\n  LoginInfoSliceType\n> {\n  return () => initialState;\n}\n\nexport const loginInfoSlice = getTokenInfoSlice();\n"],
  "mappings": "AAIO,IAAMA,EAAmC,CAC9C,aAAc,KACd,mBAAoB,KACpB,YAAa,KACb,WAAY,KACZ,eAAgB,IAClB,EAEA,SAASC,GAKP,CACA,MAAO,IAAMD,CACf,CAEO,IAAME,EAAiBD,EAAkB",
  "names": ["initialState", "getTokenInfoSlice", "loginInfoSlice"]
}
