mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Fix cli user agent (#562)
This commit is contained in:
parent
b4f475251a
commit
e1c6e4973a
@ -93,6 +93,10 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
return Promise.resolve(this.packageJson.version);
|
||||
}
|
||||
|
||||
getApplicationVersionSync(): string {
|
||||
return this.packageJson.version;
|
||||
}
|
||||
|
||||
supportsWebAuthn(win: Window) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user