1
0
mirror of https://github.com/bitwarden/web synced 2026-01-18 00:13:19 +00:00

Remove max from minutes in vault timeout input (#1239)

(cherry picked from commit db9ab9f51e)
This commit is contained in:
Oscar Hinton
2021-10-14 15:54:50 +02:00
committed by Hinton
parent a99d38a2f3
commit 9f83899480

View File

@@ -19,7 +19,7 @@
<small>{{'hours' | i18n }}</small>
</div>
<div class="col-6">
<input id="minutes" class="form-control" type="number" min="0" max="59" name="minutes"
<input id="minutes" class="form-control" type="number" min="0" name="minutes"
formControlName="minutes">
<small>{{'minutes' | i18n }}</small>
</div>