Versions Compared

Key

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

...

  • Login layout has new components for signing in via external user directory. They need to be added to any web themes that customise this view:

Code Block
languagexml
<vaadin-label style-name="divider" width-full _id="externalLoginDivider">
	<hr>
</vaadin-label>
<vaadin-label plain-text _id="externalLoginLabel" />
<vaadin-button style-name="external-login-button" plain-text width-full _id="externalLoginButton" />
<vaadin-vertical-layout style-name="external-login-layout" plain-text width-full _id="externalLoginLayout" />

...