Removed API Keys lol
This commit is contained in:
parent
59cb8f1d70
commit
d0c58d50ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = "<key>"
|
||||
const credentials = "<key>"
|
||||
|
||||
class App extends React.Component<any,any> {
|
||||
constructor(props: any) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue