From d0c58d50ef4850e9221b7a47048af6437cde4013 Mon Sep 17 00:00:00 2001 From: Leoh Date: Fri, 8 Oct 2021 10:29:33 +0530 Subject: [PATCH] Removed API Keys lol --- view/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/App.tsx b/view/App.tsx index 1abcb2d..6eb0814 100644 --- a/view/App.tsx +++ b/view/App.tsx @@ -1,8 +1,8 @@ import * as React from "react"; import { getTasks } from "./habiticaAPI" -const username = "ebbdcbab-e0dc-404b-aa50-9824f0678adf" -const credentials = "bed67d72-63cc-479c-88d3-8845569b04f8" +const username = "" +const credentials = "" class App extends React.Component { constructor(props: any) {