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

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

Issue 2838793002: auth: Split UI pages into admin and non-admin ones. (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/linking_done.html
diff --git a/appengine/components/components/auth/ui/templates/linking_done.html b/appengine/components/components/auth/ui/templates/linking_done.html
deleted file mode 100644
index f726cf7e068503ba060c2053e6bae05a4fd51cee..0000000000000000000000000000000000000000
--- a/appengine/components/components/auth/ui/templates/linking_done.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends 'auth/base_minimal.html' %}
-{% block content %}
-
-{% if success %}
-<h3>Success!</h3>
-<p>The service is now configured to use
-<a href="{{primary_url}}">{{primary_id}}</a> as a primary authentication and
-authorization service.
-</p>
-<p>
-The change may take several minutes to propagate.
-</p>
-{% else %}
-<h3>Failed to switch the primary authentication service.</h3>
-<p>{{error_msg}}</p>
-{% endif %}
-<hr>
-
-{% endblock %}
« no previous file with comments | « appengine/components/components/auth/ui/templates/linking.html ('k') | appengine/components/components/auth/ui/ui.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698