Skip to content

Validator for (base32) secret input field

The "Add OTP..." form contains an input field for the (base32) secret backing the OTP token scheme. 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