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) {