mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 06:04:58 +00:00
Make isErrUserStatusError public and replace all verbose !IsErrAccountDisabled(err) && !IsErrAccountLocked(err) checks with the shorter IsErrUserStatusError(err) call.