Skip to content

Commit

Permalink
Set fetch API credentials parameter to include for consistent behavio…
Browse files Browse the repository at this point in the history
…ur across browsers
  • Loading branch information
MytsV authored and maany committed Nov 12, 2024
1 parent 9d7db73 commit 7691b79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/auth/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export default function Login() {
res = await fetch(rucioX509Endpoint, {
method: 'GET',
headers: headers,
credentials: 'include',
});
} catch (error) {
console.log(error);
Expand Down

0 comments on commit 7691b79

Please sign in to comment.