1
0
Fork 0
forgejo/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 Add custom emoji support (#16004) 2021-06-29 16:28:38 +02:00
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