aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-12-08 14:56:25 +0100
committerstonedDiscord <Tukz@gmx.de>2023-12-08 14:56:25 +0100
commit29b2546473b9cdf51c84bbaf6fa3386fcb82e097 (patch)
tree12b337c2a36c22a23a6b93494a4ea4a173b3161d /webAO/dom
parenteff96c0dab7dd864fa6a60cbffc105d08d8b8ead (diff)
rename callback
Diffstat (limited to 'webAO/dom')
-rw-r--r--webAO/dom/window.ts2
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