aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/HypothesisAuthenticationManager.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-08-06 17:33:19 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-08-06 17:33:19 +0530
commit6bd5f0b4d211d0395fd5035a5f17d33bb2399976 (patch)
treea567e833632ef8bdd893cb9f305ff94590bd7318 /src/client/apis/HypothesisAuthenticationManager.tsx
parent988a16c4b69d1d5062bccf70295aa90c490f9e76 (diff)
parent6d8dfee38bd39b95396cbc97405516693116b58f (diff)
merging
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 c3e8d2fff..bc95b5f9a 100644
--- a/src/client/apis/HypothesisAuthenticationManager.tsx
+++ b/src/client/apis/HypothesisAuthenticationManager.tsx
@@ -18,7 +18,7 @@ export default class HypothesisAuthenticationManager extends React.Component<{}>
@observable private showPasteTargetState = false;
@observable private success: Opt<boolean> = undefined;
@observable private displayLauncher = true;
- @observable private credentials: string;
+ @observable private credentials: string = "";
private disposer: Opt<IReactionDisposer>;
private set isOpen(value: boolean) {