mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-29 16:07:39 +00:00
There was an unfortunate regression in #17962 where following detection of the UserProhibitLogin error the err is cast to a pointer by mistake. This causes a panic due to an interface error. Fix #18561 Signed-off-by: Andrew Thornton <art27@cantab.net>