aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/GoogleAuthenticationManager.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-09 16:57:23 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-09 16:57:23 -0400
commit99028f27788740d377fec3504f9370412cd2947d (patch)
treecd2ae745daef6d109b9d0c36cc65237f75539049 /src/client/apis/GoogleAuthenticationManager.tsx
parent4914965affb984e04e847460ce1b5750807b316f (diff)
fixed google docs prompt problem.
Diffstat (limited to 'src/client/apis/GoogleAuthenticationManager.tsx')
-rw-r--r--src/client/apis/GoogleAuthenticationManager.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/apis/GoogleAuthenticationManager.tsx b/src/client/apis/GoogleAuthenticationManager.tsx
index 018c980d8..22d6fb582 100644
--- a/src/client/apis/GoogleAuthenticationManager.tsx
+++ b/src/client/apis/GoogleAuthenticationManager.tsx
@@ -36,7 +36,6 @@ export default class GoogleAuthenticationManager extends React.Component<{}> {
public fetchOrGenerateAccessToken = async (displayIfFound = false) => {
let response: any = await Networking.FetchFromServer("/readGoogleAccessToken");
-
// if this is an authentication url, activate the UI to register the new access token
if (new RegExp(AuthenticationUrl).test(response)) {
this.isOpen = true;