Skip to content

Commit

Permalink
Update samples/remix-vite/app/utils/asgardeo.server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Dec 31, 2024
1 parent f2d1271 commit 5eb4d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/remix-vite/app/utils/asgardeo.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ const asgardeoStrategy = new AsgardeoStrategy(
authenticator.use(asgardeoStrategy);

// you can also export the methods individually for your own usage
export const { getSession, commitSession, destroySession } = sessionStorage;
export const { getSession, commitSession, destroySession } = sessionStorage;

0 comments on commit 5eb4d02

Please sign in to comment.