Skip to content

Conversation

@Ananth916
Copy link
Contributor

Reason for change: Removed the duplicate variable
Test Procedure: Verify the webui login
Risks: Medium

Reason for change: Removed the duplicate variable
Test Procedure: Verify the webui login
Risks: Medium

Signed-off-by: AnanthaC <anantha_chelladurai@comcast.com>
@Ananth916 Ananth916 requested review from a team as code owners January 23, 2026 16:38
Copilot AI review requested due to automatic review settings January 23, 2026 16:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a duplicate HTML element ID issue in the login page. Previously, two different paragraph elements on the same page both used id="index_helptext", which violates HTML standards requiring unique IDs within a page and could cause duplicate message display issues.

Changes:

  • Renamed the ID of the password tip message from index_helptext to index_helptext_tip to ensure unique IDs

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
source/Styles/xb6/jst/index.jst Updated ID attribute for the password tip paragraph from index_helptext to index_helptext_tip
source/Styles/xb3/jst/index.jst Updated ID attribute for the password tip paragraph from index_helptext to index_helptext_tip

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants