From 0a1a0113389ea9da94a9f9e8541e910154736fe3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 27 Aug 2018 15:26:52 -0700 Subject: [PATCH] Move the API token to account page The OAuth page is less and less useful. Moreover, the tokens are actually tied to the user and not for the system. --- src/index.html | 2 +- src/views/account.html | 40 +++++++++++++++++++++++++++++++++++++++- src/views/account.js | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 0b98a8f82..2b1a06547 100644 --- a/src/index.html +++ b/src/index.html @@ -157,7 +157,7 @@