mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
allow launching URLs without protocol than end with tld
This commit is contained in:
@@ -40,7 +40,7 @@ export class ActionButtonsComponent {
|
||||
}
|
||||
|
||||
this.analytics.eventTrack.next({ action: 'Launched URI From Listing' });
|
||||
BrowserApi.createNewTab(this.cipher.login.uri);
|
||||
BrowserApi.createNewTab(this.cipher.login.launchUri);
|
||||
if (this.popupUtilsService.inPopup(window)) {
|
||||
BrowserApi.closePopup(window);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user