diff options
Diffstat (limited to 'app/routes/auth.register.tsx')
| -rw-r--r-- | app/routes/auth.register.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/routes/auth.register.tsx b/app/routes/auth.register.tsx index 7258d38..3728116 100644 --- a/app/routes/auth.register.tsx +++ b/app/routes/auth.register.tsx @@ -58,7 +58,6 @@ export default function Register() { } setStep("1d. JSON パース OK"); await tick(); - const userId = b64urlToBuffer(optJSON.user as never as string); const userObj = optJSON.user as Record<string, string>; const challenge = b64urlToBuffer(optJSON.challenge as string); setStep("2. credentials.create() 呼び出し中…"); await tick(); |
