diff options
author | Frederick Muriuki Muriithi | 2024-04-26 10:09:48 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-26 10:10:50 +0300 |
commit | 6b67173d6eb89e5a6ea504db6c2523e4c849e10a (patch) | |
tree | 7fdba3d3a04884118e6c4ee68a31f3c56c8aa796 /issues/gn-auth/handle-invalid-login-errors.gmi | |
parent | 4aba7daf7c093e3584f26b9bc637bac666539cef (diff) | |
download | gn-gemtext-6b67173d6eb89e5a6ea504db6c2523e4c849e10a.tar.gz |
gn-auth: close issue.
Diffstat (limited to 'issues/gn-auth/handle-invalid-login-errors.gmi')
-rw-r--r-- | issues/gn-auth/handle-invalid-login-errors.gmi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/issues/gn-auth/handle-invalid-login-errors.gmi b/issues/gn-auth/handle-invalid-login-errors.gmi index 520c824..74203b1 100644 --- a/issues/gn-auth/handle-invalid-login-errors.gmi +++ b/issues/gn-auth/handle-invalid-login-errors.gmi @@ -1,7 +1,7 @@ # Handle Invalid Login Errors Correctly * type: bug -* status: open +* status: closed, completed * priority: high * assigned: fredm * keywords: gn-auth, issue, login @@ -20,3 +20,7 @@ The system should show the user a message about the credentials being invalid, t ### Actual We get a generic "400 Bad Request" server error page. + +### Resolution + +=> https://git.genenetwork.org/gn-auth/commit/?id=a19ad9852945fe882be1231b727b6687bccd0b37 |