Open prompt for login in tab instead of popout

This commit is contained in:
Daniel James Smith 2021-10-08 15:26:39 +02:00
parent d8bfb5a029
commit f56a9146be
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ export default class RuntimeBackground {
await this.main.openPopup();
break;
case 'promptForLogin':
await BrowserApi.createNewTab('popup/index.html?uilocation=popout', true, true);
break;
case 'showDialogResolve':
this.platformUtilsService.resolveDialogPromise(msg.dialogId, msg.confirmed);