Browse Source

Merge pull request #911 from kuraga/patch-2

Info that login+password could be correct, too
pull/916/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
b0a79e8a4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/organisms/auth/LoginForm.vue

2
frontend/components/organisms/auth/LoginForm.vue

@ -16,7 +16,7 @@
type="error"
dismissible
>
Incorrect username or password.
Incorrect username or password or something went wrong.
</v-alert>
<v-text-field
v-model="username"

Loading…
Cancel
Save