Skip to content

Commit 697b5a2

Browse files
Fix error
1 parent b413d77 commit 697b5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/src/rabbit_mgmt_wm_auth.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ authSettings() ->
114114
false -> [{oauth_enabled, false}];
115115
true ->
116116
case extract_oauth2_and_mgt_resources(OAuth2BackendProps, ManagementProps) of
117-
{MgtResources} -> produce_auth_settings(MgtResources, ManagementProps),
117+
{MgtResources} -> produce_auth_settings(MgtResources, ManagementProps);
118118
{} -> [{oauth_enabled, false}]
119119
end
120120
end.

0 commit comments

Comments
 (0)