fix: added OnPasswordRequired event call in SubmitPassword method to clear popup when bridged

This commit is contained in:
jdevito
2022-09-06 14:04:19 -05:00
parent f5a352cf08
commit f1d1ce9722

View File

@@ -3357,6 +3357,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
{
Debug.Console(2, this, "Password Submitted: {0}", password);
Dial(_lastDialedMeetingNumber, password);
OnPasswordRequired(false, false, true, "");
}
void OnPasswordRequired(bool lastAttemptIncorrect, bool loginFailed, bool loginCancelled, string message)