diff options
Diffstat (limited to 'webAO/dom/window.ts')
| -rw-r--r-- | webAO/dom/window.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/window.ts b/webAO/dom/window.ts index ca9cde5..3215b89 100644 --- a/webAO/dom/window.ts +++ b/webAO/dom/window.ts @@ -52,7 +52,7 @@ declare global { onEnter: (event: any) => void; onReplayGo: (_event: any) => void; onOOCEnter: (_event: any) => void; - handleCredentialResponse: (_event: any) => void; + hcallback: (_event: any) => void; } } export { }
\ No newline at end of file |
