mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
allow launching URLs without protocol than end with tld
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: fc5fcb905f...e7464785e1
@@ -238,7 +238,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
if (cipher.login.canLaunch) {
|
||||
menu.append(new remote.MenuItem({
|
||||
label: this.i18nService.t('launch'),
|
||||
click: () => this.platformUtilsService.launchUri(cipher.login.uri),
|
||||
click: () => this.platformUtilsService.launchUri(cipher.login.launchUri),
|
||||
}));
|
||||
}
|
||||
if (cipher.login.username != null) {
|
||||
|
||||
Reference in New Issue
Block a user