mirror of
https://github.com/bitwarden/browser
synced 2025-01-12 18:34:54 +01:00
allow launching URLs without protocol than end with tld
This commit is contained in:
parent
9728116836
commit
6b0719db45
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit fc5fcb905fe465e99e85540f6b645c0f11b6704d
|
||||
Subproject commit e7464785e134e5d723a4901cf54c5dd1668efb5c
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user