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..505a5104137852187728ec87a7790e8fa61d4a5f 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="{{client_id}}"> |
| + </config-ui> |
| </body> |
| </html> |