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

198 refactor the authlayout snackbar to use the alerts system #199

Closed sgobotta closed 4 years ago

sgobotta commented 4 years ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

This PR provides:

Closes #198

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce the cases. Please also list any relevant details for your test configuration

Instructions:

1. Run the development server and client
2. Log in using credentials, username: dev@camba.coop, password: 123

Expected result: an error snackbar should appear with text: The username or password is invalid

Checklist:

The following options in bold are required for a PR approval. Please check the boxes only if necessary, it help us minimizing the reviewing process.