diff --git a/samples/remix-vite/app/utils/asgardeo.server.ts b/samples/remix-vite/app/utils/asgardeo.server.ts index 3b0f126..ee36e4a 100644 --- a/samples/remix-vite/app/utils/asgardeo.server.ts +++ b/samples/remix-vite/app/utils/asgardeo.server.ts @@ -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; \ No newline at end of file +export const { getSession, commitSession, destroySession } = sessionStorage;