Add 2FA trigger func

This commit is contained in:
Vortrex
2022-01-19 13:00:53 -06:00
parent e7876c43c5
commit d6de1bffd3

View File

@@ -125,3 +125,9 @@ function showPlayerChangePasswordGUI(client) {
} }
// =========================================================================== // ===========================================================================
function showPlayerTwoFactorAuthenticationGUI(client) {
sendNetworkEventToPlayer("vrr.2fa", client);
}
// ===========================================================================