Update OauthCallbackPage.tsx

This commit is contained in:
Daniel Hougaard
2025-05-01 18:27:29 +04:00
parent 9e56790886
commit a077a9d6f2

View File

@@ -30,8 +30,6 @@ export const OAuthCallbackPage = () => {
const { state: rawState, code } = search;
console.log("the code is ", code);
const state = stateSchema.parse(rawState);
const clearState = () => {