use login context with newmessage

This commit is contained in:
2025-04-07 22:18:54 -04:00
parent 32bfd109b9
commit 14c78536de
3 changed files with 14 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ func LoginCtx(next http.Handler) http.Handler {
render.Render(w, r, ErrNotFound)
return
}
if err != nil {
render.Render(w, r, ErrNotFound)
return