Skip to content

Commit

Permalink
Merge pull request #19 from ecrum19/EDC_active
Browse files Browse the repository at this point in the history
fixing login redirect issues
  • Loading branch information
ecrum19 authored Jun 5, 2024
2 parents acf6d21 + d1805c5 commit 7013bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function startLogin(purl: string): Promise<string> {
try {
await session.login({
oidcIssuer: purl, //https does not work for some reason?? figure this out later
redirectUrl: new URL("/", window.location.href).toString(),
redirectUrl: new URL("/TRIPLE_App/", window.location.href).toString(),
clientName: "TRIPLE app"
});
} catch (error) {
Expand Down

0 comments on commit 7013bc6

Please sign in to comment.