aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/HypothesisAuthenticationManager.tsx
diff options
context:
space:
mode:
authorMelissa Zhang <mzhang19096@gmail.com>2020-07-28 21:27:38 -0700
committerMelissa Zhang <mzhang19096@gmail.com>2020-07-28 21:27:38 -0700
commitfabb86b78874a38619d821b315eaf9ce204e1afe (patch)
tree902f54f9989b2925f24aebc86c17d5f851d19605 /src/client/apis/HypothesisAuthenticationManager.tsx
parent7157310f1b4d7a9f409c46f35c10c8db4a66b0af (diff)
"handle editing annotations in client, bypass authorization issues"
Diffstat (limited to 'src/client/apis/HypothesisAuthenticationManager.tsx')
-rw-r--r--src/client/apis/HypothesisAuthenticationManager.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/HypothesisAuthenticationManager.tsx b/src/client/apis/HypothesisAuthenticationManager.tsx
index d4a81b3eb..653f21a7a 100644
--- a/src/client/apis/HypothesisAuthenticationManager.tsx
+++ b/src/client/apis/HypothesisAuthenticationManager.tsx
@@ -6,7 +6,7 @@ import { Opt } from "../../fields/Doc";
import { Networking } from "../Network";
import "./HypothesisAuthenticationManager.scss";
import { Scripting } from "../util/Scripting";
-import { Hypothesis } from "./hypothesis/HypothesisApiUtils";
+import { Hypothesis } from "./hypothesis/HypothesisUtils";
const prompt = "Paste authorization code here...";