Skip to content

Commit

Permalink
2657 temp version for s3 substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaSpb committed Jan 15, 2025
1 parent 8742aaf commit a6cc3eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import com.google.firebase.auth.hash.Bcrypt
import org.apache.logging.log4j.kotlin.logger
import org.springframework.beans.factory.annotation.Value
import org.springframework.boot.context.event.ApplicationReadyEvent
import org.springframework.context.annotation.Profile
import org.springframework.context.event.EventListener
import org.springframework.data.domain.PageRequest
import org.springframework.security.crypto.password.PasswordEncoder
Expand All @@ -19,6 +20,7 @@ import org.springframework.util.StringUtils
import java.util.UUID
import java.util.stream.Collectors

@Profile("!integration-tests")
@Service
class FirebaseUserDataLoader(
val firebaseAuth: FirebaseAuth,
Expand Down

0 comments on commit a6cc3eb

Please sign in to comment.