Build: (cb380de) Update password length to 256 (#941)

Fixes #922

Update the password length slider to support a maximum length of 256 characters.

* Change the `valueRange` parameter of the `Slider` component in `PasswordLengthInput.kt` to `7f..256f`.
* Change the `steps` parameter of the `Slider` component in `PasswordLengthInput.kt` to `249`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yogeshpaliyal/KeyPass/issues/922?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
yogeshpaliyal
2024-08-13 04:26:11 +00:00
parent ccb2acae20
commit 02be505452
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long