Add netevent for 2FA

This commit is contained in:
Vortrex
2022-05-19 18:52:46 -05:00
parent 532afaca84
commit c14b6b7247

View File

@@ -85,6 +85,7 @@ function addAllNetworkHandlers() {
addNetworkEventHandler("vrr.showRegistration", showRegistrationGUI);
addNetworkEventHandler("vrr.showNewCharacter", showNewCharacterGUI);
addNetworkEventHandler("vrr.showLogin", showLoginGUI);
addNetworkEventHandler("vrr.2fa", showTwoFactorAuthGUI);
// Business
addNetworkEventHandler("vrr.business", receiveBusinessFromServer);