diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-04-22 19:18:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 19:18:13 -0700 |
commit | 710e913024bab2d1c4e4f6179b089afd8eb5ba9f (patch) | |
tree | c227ae63e4b3eb79f0ab7d936126e0eaf576b526 /yarn.lock | |
parent | cbb817b5b707042afefbf8ca46a7104d62349492 (diff) | |
download | voidsky-710e913024bab2d1c4e4f6179b089afd8eb5ba9f.tar.zst |
Email auth factor (#3602)
* Add email 2fa toggle * Add UI elements needed for 2fa codes in login * Wire up to the server * Give a better failure message for bad 2fa code * Handle enter key in login form 2fa field * Trim spaces * Improve error message
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index f866565a1..f9e8644cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -46,6 +46,18 @@ multiformats "^9.9.0" tlds "^1.234.0" +"@atproto/api@^0.12.5": + version "0.12.5" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.5.tgz#3ed70990b27c468d9663ca71306039cab663ca96" + integrity sha512-xqdl/KrAK2kW6hN8+eSmKTWHgMNaPnDAEvZzo08Xbk/5jdRzjoEPS+p7k/wQ+ZefwOHL3QUbVPO4hMfmVxzO/Q== + dependencies: + "@atproto/common-web" "^0.3.0" + "@atproto/lexicon" "^0.4.0" + "@atproto/syntax" "^0.3.0" + "@atproto/xrpc" "^0.5.0" + multiformats "^9.9.0" + tlds "^1.234.0" + "@atproto/aws@^0.2.0": version "0.2.0" resolved "https://registry.yarnpkg.com/@atproto/aws/-/aws-0.2.0.tgz#17f3faf744824457cabd62f87be8bf08cacf8029" |