Skip to content

Commit

Permalink
Update AuthContext.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jan 11, 2025
1 parent 82690ce commit 8de0bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/context/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const AuthContext =
React.createContext<AuthContextType>(defaultAuthContext);

export const AuthProvider = ({ children }: any) => {
const SESSION_KEY = "did";
const SESSION_KEY = "ex_did";

const [session, setSession] = useState<DIDSession | undefined>();
const [status, setStatus] = useState<AuthStatus>(AuthStatus.IDLE);
Expand Down

0 comments on commit 8de0bc7

Please sign in to comment.