mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start page] skip 'portal' page if portal name defined
This commit is contained in:
@ -702,6 +702,10 @@ window.LoginDlg = function() {
|
||||
$el.on('close', doClose);
|
||||
|
||||
startDialog();
|
||||
|
||||
if ( params.portal && params.forceportal ) {
|
||||
firstConnect(params);
|
||||
}
|
||||
},
|
||||
close: function(){
|
||||
doClose(0);
|
||||
|
||||
Reference in New Issue
Block a user