mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-14 12:21:08 +08:00
[F] oops forgor
This commit is contained in:
@@ -9,7 +9,6 @@ import icu.samnyan.aqua.sega.allnet.KeychipSession
|
|||||||
import icu.samnyan.aqua.sega.general.dao.CardRepository
|
import icu.samnyan.aqua.sega.general.dao.CardRepository
|
||||||
import icu.samnyan.aqua.sega.general.model.Card
|
import icu.samnyan.aqua.sega.general.model.Card
|
||||||
import jakarta.persistence.*
|
import jakarta.persistence.*
|
||||||
import lombok.Builder
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository
|
import org.springframework.data.jpa.repository.JpaRepository
|
||||||
import org.springframework.security.crypto.password.PasswordEncoder
|
import org.springframework.security.crypto.password.PasswordEncoder
|
||||||
import org.springframework.stereotype.Service
|
import org.springframework.stereotype.Service
|
||||||
@@ -117,7 +116,8 @@ class AquaUserServices(
|
|||||||
val hasher: PasswordEncoder,
|
val hasher: PasswordEncoder,
|
||||||
val keyChipRepo: KeyChipRepo,
|
val keyChipRepo: KeyChipRepo,
|
||||||
val allNetProps: AllNetProps,
|
val allNetProps: AllNetProps,
|
||||||
val jwt: JWT
|
val jwt: JWT,
|
||||||
|
val em: EntityManager
|
||||||
) {
|
) {
|
||||||
companion object {
|
companion object {
|
||||||
val SETTING_FIELDS = AquaUserServices::class.functions
|
val SETTING_FIELDS = AquaUserServices::class.functions
|
||||||
|
|||||||
Reference in New Issue
Block a user