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