Add 2FA trigger func
This commit is contained in:
@@ -124,4 +124,10 @@ function showPlayerChangePasswordGUI(client) {
|
|||||||
sendNetworkEventToPlayer("vrr.changePassword", client);
|
sendNetworkEventToPlayer("vrr.changePassword", client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ===========================================================================
|
||||||
|
|
||||||
|
function showPlayerTwoFactorAuthenticationGUI(client) {
|
||||||
|
sendNetworkEventToPlayer("vrr.2fa", client);
|
||||||
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
Reference in New Issue
Block a user