hristoterezov 8 lat temu
rodzic
commit
52c6bbe731
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/UI/authentication/AuthHandler.js

+ 1
- 1
modules/UI/authentication/AuthHandler.js Wyświetl plik

@@ -279,7 +279,7 @@ function showXmppPasswordPrompt(roomName, connect) {
279 279
 function requestAuth(roomName, connect) {
280 280
     if (isTokenAuthEnabled) {
281 281
         // This Promise never resolves as user gets redirected to another URL
282
-        return new Promse(function (resolve, reject) {
282
+        return new Promise(function (resolve, reject) {
283 283
             redirectToTokenAuthService(roomName);
284 284
         });
285 285
     } else {

Ładowanie…
Anuluj
Zapisz