Skip to content

Commit

Permalink
fix: add isModerator to login context
Browse files Browse the repository at this point in the history
  • Loading branch information
Valimp committed Sep 20, 2024
1 parent c77ce1f commit 9ec731c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contexts/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as React from "react";
const LoginContext = React.createContext({
userName: "",
isLoggedIn: false,
isModerator: false,
refresh: () => {},
});

Expand Down

0 comments on commit 9ec731c

Please sign in to comment.