mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 00:23:35 +00:00
[PS-250] Prevent timeouts less than 1 minute (#2836)
* migrated PR to mono repo * revert and modify file * revert and modify file
This commit is contained in:
@@ -41,5 +41,9 @@
|
||||
<small>{{ "minutes" | i18n }}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<small *ngIf="!exceedsMinimumTimout" class="tw-text-danger">
|
||||
<i class="bwi bwi-error" aria-hidden="true"></i> {{ "vaultCustomTimeoutMinimum" | i18n }}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user