mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update OauthCallbackPage.tsx
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user