| 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 %}
|
|
|