From a4ea1a0e13b1b8016bbfaa0f0fbf983f0abdd5a5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Sep 2019 17:52:10 -0700 Subject: python webface impl token generation --- python/fatcat_web/templates/auth_account.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/auth_account.html') diff --git a/python/fatcat_web/templates/auth_account.html b/python/fatcat_web/templates/auth_account.html index 4faeb48f..4a51241a 100644 --- a/python/fatcat_web/templates/auth_account.html +++ b/python/fatcat_web/templates/auth_account.html @@ -26,11 +26,24 @@ +
+

Create API Token

+
+ +
+ +
+ + +
+
+
+
+

In the future, you will be able to...

{% endblock %} -- cgit v1.2.3