Use simple OTPs

This commit is contained in:
Jon Staab
2026-01-14 09:23:58 -08:00
parent 5b43c62f2d
commit f3647e9bc1
5 changed files with 50 additions and 64 deletions
+2 -2
View File
@@ -26,10 +26,10 @@
loading = true
try {
const {ok} = await Client.requestChallenge(email)
const {ok, peersByPrefix} = await Client.requestChallenge(email)
if (ok) {
pushModal(LogInOTPConfirm, {email})
pushModal(LogInOTPConfirm, {email, peersByPrefix})
} else {
pushToast({
theme: "error",