fix: address PR review comments for OAuth2 implementation #32

Merged
skettiks merged 25 commits from feat/oauth2-user-service-26 into develop 2026-05-16 19:30:55 +00:00
9 changed files with 2 additions and 2 deletions
Showing only changes of commit aecf19aa11 - Show all commits
@@ -1,7 +1,7 @@
package com.project.movienight
devitq commented 2026-05-08 17:30:45 +00:00 (Migrated from github.com)
Review

rrrremmoooveeee this

rrrremmoooveeee this
import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration
//import org.springframework.boot.autoconfigure.security.oauth2.client.servlet.OAuth2ClientAutoConfiguration
import org.springframework.boot.context.properties.ConfigurationPropertiesScan
import org.springframework.boot.runApplication
@@ -9,7 +9,7 @@ import com.project.movienight.domain.model.User
import org.springframework.jdbc.core.JdbcTemplate
devitq commented 2026-05-08 17:27:06 +00:00 (Migrated from github.com)
Review

wh... for what?

wh... for what?
import org.springframework.stereotype.Repository
import java.sql.ResultSet
import java.time.LocalDateTime
//import java.time.LocalDateTime
import java.util.UUID
@Repository
2