Skip to content

Commit

Permalink
changes requested
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyAanchal committed Aug 9, 2024
1 parent 243f320 commit 37a828e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nepalingo-web/src/hooks/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const AuthContext = createContext<AuthContextProps>({
resetPasswordEmail: (email) =>
supabaseClient.auth.resetPasswordForEmail(email, {
redirectTo: "https://www.nepalingo.com/reset-password",
//redirectTo: "http://localhost:5173/reset-password",
}),
});

Expand Down Expand Up @@ -73,7 +72,6 @@ export const AuthProvider = ({ children }: { children: React.ReactNode }) => {
resetPasswordEmail: (email) =>
supabaseClient.auth.resetPasswordForEmail(email, {
redirectTo: "https://www.nepalingo.com/reset-password",
//redirectTo: "http://localhost:5173/reset-password",
}),
};

Expand Down

0 comments on commit 37a828e

Please sign in to comment.