chore: fixed typos in code comments (#1701)

This commit is contained in:
freddii
2021-01-28 10:39:37 +05:30
committed by GitHub
parent b93388b330
commit 229fcc18b7
7 changed files with 8 additions and 8 deletions
@@ -143,7 +143,7 @@ export default {
this.showAlert(this.$t('LOGIN.API.SUCCESS_MESSAGE'));
})
.catch(response => {
// Reset URL Params if the authenication is invalid
// Reset URL Params if the authentication is invalid
if (this.email) {
window.location = '/app/login';
}