mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
allow launching URLs without protocol than end with tld
This commit is contained in:
@@ -134,7 +134,7 @@ export class ViewComponent implements OnDestroy, OnInit {
|
||||
}
|
||||
|
||||
this.platformUtilsService.eventTrack('Launched Login URI');
|
||||
this.platformUtilsService.launchUri(uri.uri);
|
||||
this.platformUtilsService.launchUri(uri.launchUri);
|
||||
}
|
||||
|
||||
copy(value: string, typeI18nKey: string, aType: string) {
|
||||
|
||||
Reference in New Issue
Block a user