Skip to content

Commit

Permalink
updated login failure to readable message (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Brennan K. Harris <[email protected]>
  • Loading branch information
brennanxyz and Brennan K. Harris authored Feb 8, 2021
1 parent 6f8528a commit 14f0ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/views/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="card-body">
{{#if _error}}
<div class="alert alert-danger" role="alert">
{{{_error}}}
Incorrect username/password
</div>
{{/if}}
{{#if _success}}
Expand Down

0 comments on commit 14f0ae2

Please sign in to comment.