diff options
author | Skitty1238 <157652284+Skitty1238@users.noreply.github.com> | 2025-06-03 22:41:11 -0400 |
---|---|---|
committer | Skitty1238 <157652284+Skitty1238@users.noreply.github.com> | 2025-06-03 22:41:11 -0400 |
commit | c96a14c881ea28d820a53a38fa9360814dcb6385 (patch) | |
tree | ca19c6982fdc6653bb42c925b3324ad6b11a0340 /src/client/apis/GoogleAuthenticationManager.tsx | |
parent | 6e7a29470e2c9e2fad287b4851b9eb561821ea9e (diff) |
gcal task addition route added -- problems with fetchOrGenerateAccessToken
Diffstat (limited to 'src/client/apis/GoogleAuthenticationManager.tsx')
-rw-r--r-- | src/client/apis/GoogleAuthenticationManager.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/apis/GoogleAuthenticationManager.tsx b/src/client/apis/GoogleAuthenticationManager.tsx index 94ce42d8d..46581397d 100644 --- a/src/client/apis/GoogleAuthenticationManager.tsx +++ b/src/client/apis/GoogleAuthenticationManager.tsx @@ -41,6 +41,8 @@ export class GoogleAuthenticationManager extends React.Component<object> { if (new RegExp(AuthenticationUrl).test(response)) { this.isOpen = true; this.authenticationLink = response; + + // GETS STUCK AT THIS PROMISE!! return new Promise<string>(resolve => { this.disposer?.(); this.disposer = reaction( |