Skip to content

Account name validation

The "Add OTP..." form contains an input field for the (account) name for the OTP token. Currently input from this field is not validated.

Fix this by introducing a new custom validator type and using it in the QML UI.

Merge request reports