1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-27933] Skip assign tasks view if no critical applications are selected (#17351)

* Fix reviews not saving in new applications review. Skip assign page if no at risk passwords are to be assigned. Fix bug in password change widget

* Claude comment improvements
This commit is contained in:
Leslie Tilton
2025-11-13 12:18:52 -06:00
committed by GitHub
parent 9c2da604b1
commit 37c1a5ee17
5 changed files with 110 additions and 52 deletions

View File

@@ -12161,5 +12161,11 @@
"example": "5"
}
}
},
"confirmNoSelectedCriticalApplicationsTitle": {
"message": "No critical applications are selected"
},
"confirmNoSelectedCriticalApplicationsDesc": {
"message": "Are you sure you want to continue?"
}
}