Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix U2F error reasons always hidden (#16327)
This strict equality check in `u2fError` was causing the error description to hide immediately after showing. `Object.keys` always returns strings, but `errorType` argument is usually a number type. Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>
- Loading branch information