Skip to content

Conversation

@uj-sxn
Copy link
Member

@uj-sxn uj-sxn commented Jan 27, 2026

Description

This PR addresses issue #9528 by adding a mandatory asterisk to the username field in the login dialog. Previously, the field was mandatory but lacked the visual indicator (*)

Changes

  • HTML: Added the required attribute to the username input in login-form.component.html.
  • TypeScript: Updated loginForm to include Validators.required and adjusted the LoginForm interface to support multiple validators(fixing type mismatch error)

Verification

  • Asterisk correctly appears next to the "Username" label.

Screenshots

Before:
image

After:
After

@Mutugiii Mutugiii changed the title add mandatory asterisk to username in login dialog(fixes #9528) all: smoother login form required (fixes #9528) Jan 27, 2026
@uj-sxn uj-sxn force-pushed the 9528-missing-name-asterisk branch from 306b4ef to 10a6ba5 Compare January 29, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants