Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always redirect to endpoint #349

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mosch
Copy link
Contributor

@mosch mosch commented Nov 19, 2024

No description provided.

Copy link

vercel bot commented Nov 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zudoku-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 10:44am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
zudoku-www ⬜️ Skipped (Inspect) Nov 19, 2024 10:44am

@vercel vercel bot temporarily deployed to Preview – zudoku-www November 19, 2024 10:42 Inactive
Copy link

linear bot commented Nov 19, 2024

Copy link

nx-cloud bot commented Nov 19, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit d7a079c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

} else {
logoutUrl = new URL(`${this.issuer}oidc/logout`);
const logoutUrl = new URL(`${this.issuer}oidc/logout`);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const logoutUrl = new URL(`${this.issuer}oidc/logout`);
const logoutUrl = new URL(`${this.issuer.replace(/\/$/, "")}/oidc/logout`);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants