Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyzlei committed Oct 29, 2023
1 parent 818f7af commit 7a88caf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/supabase/auth/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export const handleSignUp = async (email: string, password: string) => {
};

export const signInWithEmail = async (email: string, password: string) => {
console.log('hi');
console.log(email)
console.log(password)
const { data, error } = await supabase.auth.signInWithPassword({
email,
password,
Expand Down

0 comments on commit 7a88caf

Please sign in to comment.