diff --git a/endpoints/api/superuser.py b/endpoints/api/superuser.py index 542945349..dc8878a3d 100644 --- a/endpoints/api/superuser.py +++ b/endpoints/api/superuser.py @@ -615,7 +615,6 @@ class SuperUserSendRecoveryEmail(ApiResource): @resource("/v1/superuser/users/") @path_param("username", "The username of the user being managed") -@internal_only @show_if(features.SUPER_USERS) class SuperUserManagement(ApiResource): """