Cambalab / vue-admin

An open source frontend Framework for building admin applications running in the browser on top of REST, using ES6 and Vue.js
GNU General Public License v3.0
132 stars 24 forks source link

As a user I want to be notified when authentication fails #180

Closed sgobotta closed 4 years ago

sgobotta commented 4 years ago

Is your feature request related to a problem? Please describe. Everytime anyone provides wrong credentials in the login page, no user feedback is provided.

Describe the solution you'd like As an AuthLayout, whenever a user provides wrong credentials, a snackbar``should pop up warning thatusernameandpassword` don't match.

Describe alternatives you've considered The snackbar component from Vuetify. The timeout could be increased to 1 or 2 seconds.

Additional context