Skip to content

Commit

Permalink
fixed typo - Login to Logout
Browse files Browse the repository at this point in the history
  • Loading branch information
suleman-mahmood committed Aug 31, 2021
1 parent 63ea684 commit 131ce57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/pages/logout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { userSession } from "../components/auth";
import PageHeading from "../components/PageHeading";

// Rough draft of what the logout page could look like
function Login() {
function Logout() {
useEffect(() => {
// Sign the user out
userSession.signUserOut();
Expand All @@ -21,4 +21,4 @@ function Login() {
);
}

export default Login;
export default Logout;

0 comments on commit 131ce57

Please sign in to comment.