[mirotalksfu] - #125 Fix keep room name through authentication
هذا الالتزام موجود في:
@@ -141,7 +141,11 @@
|
||||
})
|
||||
.then(function (response) {
|
||||
console.log(response);
|
||||
window.location.href = '/logged/?room=' + room;
|
||||
// http://localhost:3010/?room=test
|
||||
if (room) {
|
||||
return (window.location.href = '/join/' + room);
|
||||
}
|
||||
return (window.location.href = '/logged');
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.error(error);
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم