Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara committed Apr 18, 2024
1 parent 5585c54 commit adfee82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function App({ Component, pageProps }: AppProps) {
const newSession = await startSession();
Cookies.set("session_id", newSession.public_id, {
expires: 365,
sameSite: 'None',
secure: true
sameSite: "None",
secure: true,
});
setValidSession(true);
};
Expand Down

0 comments on commit adfee82

Please sign in to comment.