mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
add options
This commit is contained in:
@@ -100,7 +100,7 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
|
||||
return true;
|
||||
}
|
||||
|
||||
launchUri(uri: string): void {
|
||||
launchUri(uri: string, options?: any): void {
|
||||
shell.openExternal(uri);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user