Skip to content

Commit

Permalink
remove sign out
Browse files Browse the repository at this point in the history
  • Loading branch information
Konzisam committed Dec 9, 2024
1 parent f51d763 commit 547a37d
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 @@ -56,7 +56,7 @@ function App() {
<h1>Car Price Estimator</h1>
<h3>Please Login to use</h3>
<button onClick={() => auth.signinRedirect()}>Sign in / Register</button>
<button onClick={() => signOutRedirect()}>Sign out</button>
{/* <button onClick={() => signOutRedirect()}>Sign out</button> */}
</div>
);
}
Expand Down

0 comments on commit 547a37d

Please sign in to comment.