-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: admin connection & google login #48
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"$schema": "https://ui.shadcn.com/schema.json", | ||
"style": "default", | ||
"rsc": true, | ||
"tsx": true, | ||
"tailwind": { | ||
"config": "tailwind.config.ts", | ||
"css": "src/styles/globals.css", | ||
"baseColor": "slate", | ||
"cssVariables": true | ||
}, | ||
"aliases": { | ||
"components": "src", | ||
"utils": "@lib/utils" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Supprimer ce fichier |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
{ | ||
"admin": { | ||
"login": { | ||
"github": "GitHub", | ||
"google": "Google", | ||
"apple": "Apple", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove apple |
||
"choice": "Choose a connection method", | ||
"connection": "Sign in", | ||
"division":"or sign in with", | ||
"pass" : "Password" | ||
}, | ||
|
||
"signout": "Sign out" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
{ | ||
"admin": { | ||
"admin": { | ||
"login": { | ||
"github": "Github", | ||
"google": "Google", | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Delete space |
||
"choice": "Choisissez un moyen de connection", | ||
"connection" : "Se connecter", | ||
"division": "ou connectez-vous avec", | ||
"pass" : "Mot de passe" | ||
}, | ||
"signout": "Déconnexion" | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Désinstalle @auth/core (pnpm remove @auth/core) et essaye voir si l'authentification fonctionne sans