refactor: component viewer (#2377)
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user