Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Login layout has new error labels for username and password fields. They need to be added to any web themes that customise this view:

    Code Block
    languagejava
    // Add these after username and password fields (see default layout for context)
    <vaadin-label style-name="failure" plain-text _id="usernameErrorLabel" />
    <vaadin-label style-name="failure" plain-text _id="passwordErrorLabel" />

...