Skip to content

Add redirect override for auth login#239

Open
krowvin wants to merge 6 commits into
mainfrom
236-properties-for-authlogin
Open

Add redirect override for auth login#239
krowvin wants to merge 6 commits into
mainfrom
236-properties-for-authlogin

Conversation

@krowvin

@krowvin krowvin commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@krowvin krowvin requested review from MikeNeilson and jbkolze April 22, 2026 21:45
@krowvin krowvin linked an issue Apr 22, 2026 that may be closed by this pull request
@tsressin

tsressin commented Apr 27, 2026

Copy link
Copy Markdown

I found this redirect code does not respect the query string and does not return to the page properly when a query string is needed.

              <Button
                title="You must login to access this page."
                color="white"
                onClick={() => {
                  auth.login({ redirectUri: window.location.href });
                }}
              >
                Login
              </Button>

For example, this page returns to this.
image
image

@krowvin krowvin marked this pull request as draft May 22, 2026 13:14
@krowvin krowvin requested review from oskarhurst and removed request for jbkolze May 22, 2026 14:01
@krowvin krowvin marked this pull request as ready for review May 22, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Properties for auth.login

2 participants