0👍
Based on your LoginController class level RequestMapping ‘/api/v1/auth’ combined with your ‘login()’ method level RequestMapping ‘/sign-in’, you should be sending your login request to the URL ‘http://localhost:8080/api/v1/auth/sign-in’.
-1👍
Please see how to handle the view or custom login.
page
You can find similar documentation in the latest release also.
- [Vuejs]-How to change data in some situations?
- [Vuejs]-DOM is not getting updated on updating VueJS data object
Source:stackexchange.com