mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
application version
This commit is contained in:
@@ -100,7 +100,7 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
}
|
||||
|
||||
getApplicationVersion(): string {
|
||||
return '1.2.3';
|
||||
return process.env.APPLICATION_VERSION || '-';
|
||||
}
|
||||
|
||||
supportsU2f(win: Window): boolean {
|
||||
|
||||
Reference in New Issue
Block a user