Removed API Keys lol

This commit is contained in:
Leoh 2021-10-08 10:29:33 +05:30
parent 59cb8f1d70
commit d0c58d50ef

View file

@ -1,8 +1,8 @@
import * as React from "react"; import * as React from "react";
import { getTasks } from "./habiticaAPI" import { getTasks } from "./habiticaAPI"
const username = "ebbdcbab-e0dc-404b-aa50-9824f0678adf" const username = "<key>"
const credentials = "bed67d72-63cc-479c-88d3-8845569b04f8" const credentials = "<key>"
class App extends React.Component<any,any> { class App extends React.Component<any,any> {
constructor(props: any) { constructor(props: any) {