| Index: appengine/components/components/auth/ui/rest_api.py
|
| diff --git a/appengine/components/components/auth/ui/rest_api.py b/appengine/components/components/auth/ui/rest_api.py
|
| index 1c8ce1e4cc20726a2833ee3a8a2bbbae771280de..6aa58af94ff0ffefef4be0c0935f5043b498e918 100644
|
| --- a/appengine/components/components/auth/ui/rest_api.py
|
| +++ b/appengine/components/components/auth/ui/rest_api.py
|
| @@ -101,7 +101,7 @@ def is_config_locked():
|
| * OAuth client_id whitelist
|
| * IP whitelist
|
|
|
| - Used by auth_service that utilizes luci-config for config management.
|
| + Used by auth_service that utilizes config_service for config management.
|
| """
|
| return _is_config_locked_cb() if _is_config_locked_cb else False
|
|
|
|
|