Chromium Code Reviews| Index: appengine/config_service/ui/static/index.html |
| diff --git a/appengine/config_service/ui/static/index.html b/appengine/config_service/ui/static/index.html |
| index 153a41db153e1a3efa535020fb1e21e0552b9432..48b2ef9e4e9f01a38197673cb17a2dfcc7109732 100644 |
| --- a/appengine/config_service/ui/static/index.html |
| +++ b/appengine/config_service/ui/static/index.html |
| @@ -19,6 +19,8 @@ |
| <script src="../bower_components/webcomponentsjs/webcomponents-loader.js"></script> |
| </head> |
| <body> |
| - <config-ui></config-ui> |
| + <config-ui |
| + client_id="247108661754-svmo17vmk1j5hlt388gb45qblgvg2h98.apps.googleusercontent.com"> |
|
Sergey Berezin
2017/06/28 19:53:02
I'd rather not bake a specific client ID into the
cwpayton
2017/06/29 22:28:15
I fixed this by serving the client_id through a ji
|
| + </config-ui> |
| </body> |
| </html> |