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

Unified Diff: appengine/components/components/auth/ui/templates/bootstrap_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/bootstrap_done.html
diff --git a/appengine/components/components/auth/ui/templates/bootstrap_done.html b/appengine/components/components/auth/ui/templates/bootstrap_done.html
deleted file mode 100644
index f6fcda43ff05870d4280c5ce25e6771909290630..0000000000000000000000000000000000000000
--- a/appengine/components/components/auth/ui/templates/bootstrap_done.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{% extends 'auth/base_minimal.html' %}
-{% block content %}
-
-{% if added %}
-<h2>You've been added to {{admin_group}} group.</h2>
-<p>Once this change propagates (~1 min) you should be able to access
-<a href="/auth">Auth Admin UI</a> and other protected pages.</p>
-<p>Meanwhile, you can configure OAuth2 client ID used by the web UI by visiting
-<a href="/auth/bootstrap/oauth">OAuth client ID configuration</a> page.</p>
-{% else %}
-<h2>You are already a member of {{admin_group}} group.</h2>
-<p>You should be able to access <a href="/auth">Auth Admin UI</a> and other
-protected pages. It takes up to 1 min for recent changes to propagate, be
-patient.</p>
-<p>If you are looking for how to configure OAuth2 client ID used by the web UI,
-visit <a href="/auth/bootstrap/oauth">OAuth client ID configuration</a> page.
-</p>
-{% endif %}
-{% if return_url %}
-<p>Go back to <a href="{{return_url}}">{{return_url}}</a>.</p>
-{% endif %}
-<hr>
-
-{% endblock %}

Powered by Google App Engine
This is Rietveld 408576698