You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While not directly related to the core functionality of the example, I'd like to understand if it is possible to handle custom(server-side) login error messages and visualize such in the "login.html" page using knockout.js. The example's readme says knockout.js is used, also in login.html there is a commented out "div" tag with data-bind="visible: showErrorMessage".
While not directly related to the core functionality of the example, I'd like to understand if it is possible to handle custom(server-side) login error messages and visualize such in the "login.html" page using knockout.js. The example's readme says knockout.js is used, also in login.html there is a commented out "div" tag with data-bind="visible: showErrorMessage".
The initial version of the login HTML page used to use knockout:
e189203#diff-00440c40d0495d75cf45cf34a006b10d
Most of the Spring examples for handling login error messages use JSP-s, this one uses HTML+JS. Would someone point me to a working example?
Thanks
The text was updated successfully, but these errors were encountered: