Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4815)

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: comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 %}
« no previous file with comments | « appengine/components/components/auth/ui/templates/ip_whitelists.html ('k') | appengine/components/components/auth/ui/ui.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698