From 2c7a416e5f80ca32a1d27c14a9097d94e0552c3b Mon Sep 17 00:00:00 2001 From: Damian Peterson Date: Fri, 28 Jul 2023 09:25:13 +1200 Subject: [PATCH] Remove redirect uri from auth link No used Also simplify disclaimer --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index e866b9b..e7486df 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* Electric Kiwi HourChanger -Not affiliated with Electric Kiwi the company. +Not affiliated with Electric Kiwi. Uses the Electric Kiwi API to update a customer's hour of free power. Created because the web page provided by the company became a 12MB JS-only web app that broke integration with common password managers. @@ -425,7 +425,7 @@ if ($isLoggedIn && $_POST) {
- Log in now
@@ -448,7 +448,7 @@ if ($isLoggedIn && $_POST) {

Logged in as . Log out

-

This site is not affiliated with Electric Kiwi. It uses Electric Kiwi's API in order to allow you to +

This site is not affiliated with Electric Kiwi. It uses Electric Kiwi's API to update your hour of power. None of your personal information is retained or shared. Source code