1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

allow launching URLs without protocol than end with tld

This commit is contained in:
Kyle Spearrin
2019-01-07 10:33:27 -05:00
parent 9728116836
commit 6b0719db45
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: fc5fcb905f...e7464785e1

View File

@@ -74,7 +74,7 @@ export class AddEditComponent extends BaseAddEditComponent {
}
this.platformUtilsService.eventTrack('Launched Login URI');
this.platformUtilsService.launchUri(uri.uri);
this.platformUtilsService.launchUri(uri.launchUri);
}
copy(value: string, typeI18nKey: string, aType: string) {