mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 04:17:47 +00:00
Fix comparison warnings.
This commit is contained in:
@@ -755,7 +755,7 @@ UI.showLoginPopup = function(callback) {
|
||||
"dialog.Ok",
|
||||
function (e, v, m, f) {
|
||||
if (v) {
|
||||
if (f.username !== null && f.password != null) {
|
||||
if (f.username && f.password) {
|
||||
callback(f.username, f.password);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user