Skip to content

Commit

Permalink
token change
Browse files Browse the repository at this point in the history
  • Loading branch information
zmattes04 committed Jun 4, 2024
1 parent 5cd2d74 commit b8f7cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function App() {
<ChakraProvider theme={theme}>
<Router>
<Box width="100vw" height="100vh" display="flex" flexDirection="column">
{loggedIn && username != "" ? (
{token ? (
<NavbarSignedIn
stateVariable={{ username, token }}
updateState={{ setUser, setToken }}
Expand Down

0 comments on commit b8f7cf8

Please sign in to comment.