Skip to content

Check if current_user is defined in user serializers

Luis Arias requested to merge fix/login-issue into develop

This MR fixes a bug introduced in !104 (merged) where the current_user was used without checking if it was defined first.

Merge request reports