1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

add options

This commit is contained in:
Kyle Spearrin 2018-01-25 14:32:29 -05:00
parent 8f9cc29661
commit 6508895dcc

View File

@ -100,7 +100,7 @@ export class DesktopPlatformUtilsService implements PlatformUtilsService {
return true;
}
launchUri(uri: string): void {
launchUri(uri: string, options?: any): void {
shell.openExternal(uri);
}