Ask server to handle GUI response for pass reset

This commit is contained in:
Vortrex
2022-03-20 13:53:45 -05:00
parent 775dcf317a
commit 76673a42e8
2 changed files with 8 additions and 3 deletions

View File

@@ -186,9 +186,10 @@ function loginSuccess() {
// ===========================================================================
function switchToPasswordResetGUI() {
closeAllWindows();
logToConsole(LOG_DEBUG, `[VRR.GUI] Showing password reset dialog window`);
showResetPasswordGUI();
//closeAllWindows();
//logToConsole(LOG_DEBUG, `[VRR.GUI] Showing password reset dialog window`);
//showResetPasswordGUI();
sendNetworkEventToServer("vrr.checkResetPassword", "");
return false;
}