aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-10-22 18:03:35 +0200
committerstonedDiscord <Tukz@gmx.de>2022-10-22 18:03:35 +0200
commit4b015ddc346835fc97f40ca425666af45d7ec632 (patch)
tree67d37a21453ebf24bf96f937380b35e03ae2a215 /webAO/packets
parent3445fe86cd359080e6c21b18cb43f08bb5e5881a (diff)
show the dialog
Diffstat (limited to 'webAO/packets')
-rw-r--r--webAO/packets/packets.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/packets/packets.ts b/webAO/packets/packets.ts
index 79c43c1..c9d0bb8 100644
--- a/webAO/packets/packets.ts
+++ b/webAO/packets/packets.ts
@@ -2,6 +2,7 @@ import { handleMS } from './handlers/handleMS';
import { handleCT } from './handlers/handleCT'
import { handleMC } from './handlers/handleMC'
import { handleRMC } from './handlers/handleRMC'
+import { showFactorDialog } from '../dom/twofactor'
import { handleFL } from './handlers/handleFL'
import { handleLE } from './handlers/handleLE'
import { handleEM } from './handlers/handleEM'
@@ -47,6 +48,7 @@ export const packets = {
"CI": handleCI,
"SC": handleSC,
"EI": handleEI,
+ "2A": showFactorDialog,
"FL": handleFL,
"LE": handleLE,
"EM": handleEM,