1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: removed console.log in different authentication methods

This commit is contained in:
2023-12-18 15:03:42 +01:00
parent ff6133d80b
commit 70877ea8dc
2 changed files with 0 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ export function LoginForm() {
async function handleSubmit(event: React.FormEvent<HTMLFormElement>) {
event.preventDefault();
console.log('Trying to sign in');
await signIn('credentials', {
key: password,
callbackUrl: '/play',