mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-09-19 11:03:52 +00:00
basic loading of user's studies
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { useLichessUser } from "#/context/LichessUserContext.tsx";
|
||||
import { useLichessOAuth } from "#/hooks/useLichessOAuth.ts";
|
||||
import { useLichess } from "#/hooks/useLichess.ts";
|
||||
|
||||
const LichessButton = () => {
|
||||
const { lichessLogin, lichessLogout } = useLichessOAuth();
|
||||
const { lichessLogin, lichessLogout } = useLichess();
|
||||
const { user } = useLichessUser();
|
||||
|
||||
const onClickHandler = () => {
|
||||
|
||||
Reference in New Issue
Block a user