basic login / logout lichess user

This commit is contained in:
2026-06-08 12:23:20 +02:00
parent ba05fbedd3
commit d1cdc7764b
7 changed files with 186 additions and 64 deletions
-1
View File
@@ -4,7 +4,6 @@ import Callback from "#/pages/Callback.tsx";
const callbackSchema = z.object({
code: z.string(),
state: z.string(),
});
// type CallbackProps = z.infer<typeof callbackSchema>;