v1.7.1 - Web UI sign-in banner only on rejected login
Fixed
- Web UI login: the red "Sign-in failed" banner no longer appears on the
first/uivisit or right after signing out. Pode reuses the auth
FailureUrlfor every unauthenticated redirect (first visit, logout and
rejected login), so the previous?failed=1query flag lit the banner in all
three cases. The banner is now driven by Pode'sauth-errorflash message,
which is set only when an actual login POST is rejected - i.e. only for a wrong
user name or password.
Full changelog: v1.7.0...v1.7.1