Skip to content

Commit

Permalink
Merge pull request #15 from local-mood/Hyeonmin
Browse files Browse the repository at this point in the history
Chore:로그인 처리를 위해 user 정보 임의변경
  • Loading branch information
wokbjso authored Dec 24, 2023
2 parents ca4752c + db48d8b commit bffd0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { ProtectedRoute } from "./features/auth/components/ProtectedRoute/Protec
import { Suspense } from "react";

function App() {
const user = true;
const user = false;
return (
<Suspense fallback={null}>
<Router>
Expand Down

0 comments on commit bffd0de

Please sign in to comment.