Skip to content
Snippets Groups Projects
Commit 04edeac9 authored by Cristian Schuszter's avatar Cristian Schuszter
Browse files

Fixups

parent 7c2cff0a
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,7 @@ const App = ({ authenticated, userToken }) => {
{!authenticated && <p>Loading...</p>}
{authenticated && (
<>
<p>Hello world</p>
<p>I am authenticated: {authenticated ? "true" : "false"}</p>
<p>Authentication status: {authenticated ? "true" : "false"}</p>
<hr />
<p>My user token: </p>
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment