From 2b00ceaa6b3a504d9618a3eff104de1c99b48634 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sat, 30 Nov 2019 18:13:03 +0000 Subject: [PATCH] put extension download link to api-key page --- .../templates/dashboard/api_key.html | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/app/dashboard/templates/dashboard/api_key.html b/app/dashboard/templates/dashboard/api_key.html index 66382673..f876d174 100644 --- a/app/dashboard/templates/dashboard/api_key.html +++ b/app/dashboard/templates/dashboard/api_key.html @@ -13,12 +13,16 @@

API Key

- The API Key is used inside the Chrome/Firefox extension. - Please copy and paste the API key below into the browser extension to get started. -

- -

- Your API Keys are secret and should be treated as passwords. + The API Key is used inside the SimpleLogin Chrome extension. You can install the extension + + here + . +
+ Please copy and paste the API key below into the browser extension to get started.
+ + Your API Keys are secret and should be treated as passwords. +

{% for api_key in api_keys %} @@ -34,14 +38,15 @@ {% endif %} - +