Use new native util for netevents

This commit is contained in:
Vortrex
2022-01-09 05:32:22 -06:00
parent 029fdb7a49
commit 4c4a38344e
11 changed files with 402 additions and 137 deletions

View File

@@ -129,7 +129,7 @@ function twoFactorAuthSuccess() {
function checkTwoFactorAuth() {
logToConsole(LOG_DEBUG, `[VRR.GUI] Checking two-factor authentication with server ...`);
triggerNetworkEvent("vrr.checkTwoFactorAuth", twoFactorAuth.codeInput.lines[0]);
sendNetworkEventToServer("vrr.checkTwoFactorAuth", twoFactorAuth.codeInput.lines[0]);
}
// ===========================================================================