Skip to content

Commit

Permalink
Merge pull request #21 from zkemail/ui-updates
Browse files Browse the repository at this point in the history
Remove unwanted test
  • Loading branch information
saleel authored Jun 26, 2024
2 parents c6bc14f + a16b0ad commit 5b3b957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/src/contexts/GoogleAuth/GoogleAuthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ import {

// import GoogleAuthContext from './GoogleAuthContext'
import { fetchProfile } from "../../hooks/useGmailClient";
import { esl } from "../../constants";
import GoogleAuthContext from "./GoogleAuthContext";

interface ProvidersProps {
children: ReactNode;
}

export const esl = false;

const GoogleAuthProvider = ({ children }: ProvidersProps) => {
/*
* Contexts
Expand Down

0 comments on commit 5b3b957

Please sign in to comment.