Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/state: temporarily change notice around service auth errors

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
date (May 13, 2026, 11:10 AM +0100) commit f0360226 parent c144db76 change-id xtswyqsn
+1 -1
+1 -1
appview/state/state.go
··· 522 522 ) 523 523 if err != nil { 524 524 l.Error("service auth failed", "err", err) 525 - s.pages.Notice(w, "repo", "Failed to reach knot server.") 525 + s.pages.Notice(w, "repo", "Failed to authenticate. Please log out and log back in again.") 526 526 return 527 527 } 528 528