0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-27 23:48:39 +01:00
gitea/web_src/js
Stephen Holdaway f166f9b2e1
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>
2021-07-03 09:19:38 +01:00
..
code
components
features
markup
standalone
easymde.js
index.js Fix U2F error reasons always hidden (#16327) 2021-07-03 09:19:38 +01:00
jquery.js
publicpath.js
serviceworker.js
svg.js
utils.js
utils.test.js