Skip to content

Commit

Permalink
No changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicgamedeveloper committed Dec 17, 2024
2 parents 9d8e81f + 48c88ba commit 8b9c829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/route/auth/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ function SignIn() {
fetchValidationResults();
});

const startAuthProcess = () => {
auth.signinRedirect();
};
const startAuthProcess = () => {
auth.signinRedirect();
};

const loading = loadingComponent();
const signin = signInComponent(startAuthProcess);
Expand Down

0 comments on commit 8b9c829

Please sign in to comment.