Skip to content

Only build the authorization error message when needed

Alf Eaton requested to merge auth-message into master

The error message is only used if permission is false, so avoid building it when permission is true.

Merge request reports