Chromium Code Reviews

Unified Diff: appengine/components/components/auth/ui/templates/oauth_config.html

Issue 2840053003: auth_service: Fetch revisions of all configs (for UI) at once. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: appengine/components/components/auth/ui/templates/oauth_config.html
diff --git a/appengine/components/components/auth/ui/templates/oauth_config.html b/appengine/components/components/auth/ui/templates/oauth_config.html
index 260ffb1768a4ddecd2612310a630e56eebfc453a..536b1b00b36d447c3cbe2883a69a6d84899348f5 100644
--- a/appengine/components/components/auth/ui/templates/oauth_config.html
+++ b/appengine/components/components/auth/ui/templates/oauth_config.html
@@ -90,7 +90,7 @@
<div class="form-group">
{% if auth_service_config_locked %}
<div class="col-sm-12">
- {{ render_config_locked() }}
+ {{ render_config_locked("oauth.cfg") }}
</div>
{% else %}
{% if is_admin %}

Powered by Google App Engine