aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-12-08 14:56:35 +0100
committerstonedDiscord <Tukz@gmx.de>2023-12-08 14:56:35 +0100
commit57e2f458c4bb606e6932eaa5eaac66cdd4c0b0bb (patch)
tree0d7fbb19535ad6b87311d73889e0aa93aa57f519 /webAO/packets
parent29b2546473b9cdf51c84bbaf6fa3386fcb82e097 (diff)
throw out dialog
Diffstat (limited to 'webAO/packets')
-rw-r--r--webAO/packets/packets.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/webAO/packets/packets.ts b/webAO/packets/packets.ts
index c9d0bb8..79c43c1 100644
--- a/webAO/packets/packets.ts
+++ b/webAO/packets/packets.ts
@@ -2,7 +2,6 @@ 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'
@@ -48,7 +47,6 @@ export const packets = {
"CI": handleCI,
"SC": handleSC,
"EI": handleEI,
- "2A": showFactorDialog,
"FL": handleFL,
"LE": handleLE,
"EM": handleEM,