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:
2
jslib
2
jslib
Submodule jslib updated: fc5fcb905f...e7464785e1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user