diff --git a/app/templates/sso/profile.html b/app/templates/sso/profile.html index ec23037..fdacce5 100644 --- a/app/templates/sso/profile.html +++ b/app/templates/sso/profile.html @@ -66,10 +66,7 @@ function refresh_apikey(key) {
Services not fully integrated into Auth, and which a seperate username/password is required.
{% if user.serviceaccount_set.all %}| Service | Username | URL | Active | Actions |
|---|---|---|---|---|
| {{ acc.service }} | {{ acc.service_uid }} | @@ -86,7 +83,6 @@ function refresh_apikey(key) {
| User ID | API Key | Description | Type | Active | Last Updated | Actions |
|---|---|---|---|---|---|---|
| {{ acc.api_user_id }} | {{ acc.api_key }} | @@ -121,7 +114,6 @@ setup. Logs, Delete
To validate your Reddit account, login on Reddit then click the link next to the account, fill in some text in the message and click send.
| Username | Created Date | Validated |
|---|---|---|
| {{ acc.username }} | {{ acc.date_created }} | {% if acc.validated %}Yes{% else %}No (Validate){% endif %} |