fix(console-ui-next): fix login page loop and header when auth disabled#14853
Conversation
- AuthGuard now bypasses token check when authEnabled=false or loginPageEnabled=false, breaking the redirect loop between AuthGuard and login page - Header hides user menu (avatar, change password, logout) when auth is disabled Assisted-by: Kiro
|
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
|
@CH3CHO FYI this PR also fixes #14926 (reported against v3.2.0, which was released before this fix landed). The reproduction in that issue — setting |
Thanks. It works properly with image |
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
fix login page loop and header when auth disabled
Brief changelog
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check spotbugs:check -DskipTeststo make sure basic checks pass. Runmvn clean install -DskipITsto make sure unit-test pass. Runmvn clean test-compile failsafe:integration-testto make sure integration-test pass.