Skip to content
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

Merged
merged 3 commits into from
Nov 17, 2023
Merged

feat: admin connection & google login #48

merged 3 commits into from
Nov 17, 2023

Conversation

egsx
Copy link
Collaborator

@egsx egsx commented Nov 17, 2023

Added google AUTH :
-AUTH_GOOGLE_ID
-AUTH_GOOGLE_SECRET

@egsx egsx added frontend Frontend related backend Backend related ux UX related labels Nov 17, 2023
@egsx egsx added this to the Epic 1 milestone Nov 17, 2023
@egsx egsx self-assigned this Nov 17, 2023
Copy link

vercel bot commented Nov 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sg ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 17, 2023 3:39pm

"login": {
"github": "GitHub",
"google": "Google",
"apple": "Apple",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove apple

"login": {
"github": "Github",
"google": "Google",

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete space

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supprimer ce fichier

package.json Outdated
@@ -16,20 +16,28 @@
"db:studio": "cross-env SKIP_ENV_VALIDATION=true drizzle-kit studio --host 127.0.0.1 --port 3001"
},
"dependencies": {
"@auth/core": "^0.18.1",
Copy link
Owner

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

<main className="grid h-screen place-items-center">
<Card className="border-gray-800 bg-black">
<CardHeader>
<CardTitle className=" text-white">{dictionnary.admin.login.connection}</CardTitle>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supprimer les espaces en trop au début de la balise className

return (
<body>
<body className="bg-black">
<header></header>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supprimer la balise header

@Sawangg Sawangg merged commit 11ef099 into master Nov 17, 2023
4 checks passed
@Sawangg Sawangg deleted the feature/login-ui branch November 17, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related frontend Frontend related ux UX related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants