mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 14:49:31 +00:00
Now checks if the service can provide cookies
This commit is contained in:
@@ -25,7 +25,11 @@ a new service click the Add Service link</p>
|
||||
<td>{{ acc.username }}</td>
|
||||
<td>******</td>
|
||||
<td>{{ acc.active }}</td>
|
||||
<td><a href="/profile/del/service/{{ acc.id }}/">Delete</a></td>
|
||||
<td><a href="/profile/del/service/{{ acc.id }}/">Delete
|
||||
{% if acc.provide_login %}
|
||||
/ <a href="/profile/login/service/{{ acc.id }}/">Login>/a>
|
||||
{% endif %}
|
||||
</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user