mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-17 19:59:29 +00:00
Fixed a typo and explained the API refresh issue (thanks Rahimateh)
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
{% block title %}Add External Service Account{% endblock %}
|
{% block title %}Add External Service Account{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>To add a service to your account, selec the service from the list below
|
<p>To add a service to your account, select the service from the list
|
||||||
|
below
|
||||||
then provide select a username you wish to use create the account for<br/>
|
then provide select a username you wish to use create the account for<br/>
|
||||||
<br/>
|
<br/>
|
||||||
For details on how to connect to each service, please consult the <a
|
For details on how to connect to each service, please consult the <a
|
||||||
|
|||||||
@@ -5,5 +5,9 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<p>You have no services available to add to your account</p>
|
<p>You have no services available to add to your account</p>
|
||||||
|
|
||||||
|
<p>If this is unexpected, please check that your API key is correct. If
|
||||||
|
you have recently joined a corporation, then please use the "Refresh"
|
||||||
|
option on your API key</p>
|
||||||
|
|
||||||
<p><a href="{% url sso.views.profile %}">Return to your Profile</a></p>
|
<p><a href="{% url sso.views.profile %}">Return to your Profile</a></p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user