Files
@ 3598e2a4e051
Branch filter:
Location: kallithea/docs/theme/nature/static/kallithea-logo.svg
3598e2a4e051
4.4 KiB
image/svg+xml
auth: remove redundant is_authenticated check
It turns out the user.is_authenticated check is redundant, since it's
True for both anonymous users and logged in users, and API key users
are handled prior to the check.
It turns out the user.is_authenticated check is redundant, since it's
True for both anonymous users and logged in users, and API key users
are handled prior to the check.