Add 2FA trigger func

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

View File

@@ -124,4 +124,10 @@ function showPlayerChangePasswordGUI(client) {
sendNetworkEventToPlayer("vrr.changePassword", client);
}
// ===========================================================================
function showPlayerTwoFactorAuthenticationGUI(client) {
sendNetworkEventToPlayer("vrr.2fa", client);
}
// ===========================================================================