Kaynağa Gözat

fix on-the-fly auth

master
isymchych 9 yıl önce
ebeveyn
işleme
e478a73988
1 değiştirilmiş dosya ile 1 ekleme ve 7 silme
  1. 1
    7
      modules/UI/authentication/AuthHandler.js

+ 1
- 7
modules/UI/authentication/AuthHandler.js Dosyayı Görüntüle

@@ -69,13 +69,7 @@ function doXmppAuth (room, lockPassword) {
69 69
                     APP.translation.translateString('connection.GOT_SESSION_ID')
70 70
                 );
71 71
 
72
-                if (room.isJoined()) {
73
-                    // just reallocate focus if already joined
74
-                    room.room.moderator.allocateConferenceFocus();
75
-                } else {
76
-                    // or join
77
-                    room.join(lockPassword);
78
-                }
72
+                room.join(lockPassword);
79 73
 
80 74
                 loginDialog.close();
81 75
             }).catch(function (error, code) {

Loading…
İptal
Kaydet