refactor: component viewer (#2377)

This commit is contained in:
Mo
2023-07-28 07:08:52 -05:00
committed by GitHub
parent 3de6af445b
commit c7fb0d2aca
9 changed files with 84 additions and 40 deletions

View File

@@ -89,8 +89,8 @@ const U2FAuthIframe = () => {
if (!error) {
return
}
setError(error.toString())
console.error(error.toString())
setError(JSON.stringify(error))
console.error(error)
}
}, [source, username, apiHost])