We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e930aaf commit 7e25a9dCopy full SHA for 7e25a9d
auth/README.md
@@ -54,7 +54,7 @@ const CurrentUser = () => {
54
if (error) {
55
return (
56
<div>
57
- <p>Error: {error}>/p>
+ <p>Error: {error}</p>
58
</div>
59
)
60
}
0 commit comments