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