mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
[PM-1834] Add Windows 8/8.1 deprecation notice (#5213)
This commit is contained in:
@@ -73,4 +73,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ng-container *ngIf="oldOs">
|
||||
<app-callout type="warning" class="os-deprecated">
|
||||
{{ (deprecated ? "windows8Deprecated" : "windows8SoonDeprecated") | i18n }}
|
||||
</app-callout>
|
||||
</ng-container>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user