- - {% trans 'Applications' %} -
-{{ app.name }}
-diff --git a/authentik/core/templates/library.html b/authentik/core/templates/library.html
deleted file mode 100644
index fa69e07a9..000000000
--- a/authentik/core/templates/library.html
+++ /dev/null
@@ -1,53 +0,0 @@
-{% load i18n %}
-
- {{ app.name }}
-
- {% trans 'Applications' %}
-
- {% trans 'No Applications available.' %}
-
{% trans "Tokens can be used to access authentik's API." %}
-{% trans 'Identifier' %} | -{% trans 'Expires?' %} | -{% trans 'Expiry Date' %} | -{% trans 'Description' %} | -- |
---|---|---|---|---|
- {{ token.identifier }}
- |
- - - {{ token.expiring|yesno:"Yes,No" }} - - | -- - {% if not token.expiring %} - - - {% else %} - {{ token.expires }} - {% endif %} - - | -- - {{ token.description }} - - | -
- |
-