Chromium Code Reviews| Index: appengine/swarming/handlers_frontend.py |
| diff --git a/appengine/swarming/handlers_frontend.py b/appengine/swarming/handlers_frontend.py |
| index 6ed639b0df166b13b521ef90662c7876176eef45..e28c9d258307642d457f4dd6f833b410848a197d 100644 |
| --- a/appengine/swarming/handlers_frontend.py |
| +++ b/appengine/swarming/handlers_frontend.py |
| @@ -233,6 +233,7 @@ class UIHandler(auth.AuthenticatingHandler): |
| params = { |
| 'client_id': config.settings().ui_client_id, |
| + #'client_id': 525190223929-uban7ac2410omu2a9e65jvpe8b4rkmue.apps.googleusercontent.com, |
|
Ryan Tseng
2017/06/05 22:25:48
Remove this entirely.
Sergey Berezin (google)
2017/06/05 22:43:02
Remove this from the final code.
For local dev_ap
ayanaadylova
2017/06/06 01:25:01
Done.
ayanaadylova
2017/06/06 01:25:01
Done.
|
| } |
| # Can cache for 1 week, because the only thing that would change in this |
| # template is the oauth client id, which changes very infrequently. |