mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 22:59:30 +00:00
14 lines
425 B
HTML
14 lines
425 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}External Service Account{% endblock %}
|
|
|
|
{% block content %}
|
|
<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>
|
|
{% endblock %}
|