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

[Task #80868] Google login and update user_avatar #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tuan-bach123
Copy link
Contributor

ready

@tuan-bach123 tuan-bach123 changed the title google login and update user_avatar [Task #80868] Google login and update user_avatar Sep 10, 2024
@@ -56,21 +56,6 @@ public function show()

$products = Product::with('userReviews')->withAvg('userReviews', 'rating')->withCount('userReviews')->take(3)->get()->sortByDesc(['trendRating']);

/*
Copy link
Collaborator

Choose a reason for hiding this comment

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

sao lại xóa phần này đi

Route::get('auth/google', [GoogleAuthController::class, 'redirect'])->name('google-auth');
Route::get('auth/google/call-back', [GoogleAuthController::class, 'callbackGoogle'])->name('google-callback');
// Route::middleware(['auth', 'admin'])->prefix('admin')->group(function () {
Copy link
Collaborator

Choose a reason for hiding this comment

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

các route này có dùng nữa không sao lại comment

@thinhnv-2059
Copy link
Collaborator

Kiểm tra lại các phần code xóa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants