mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 19:17:27 +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.model.Card
|
||||
import jakarta.persistence.*
|
||||
import lombok.Builder
|
||||
import org.springframework.data.jpa.repository.JpaRepository
|
||||
import org.springframework.security.crypto.password.PasswordEncoder
|
||||
import org.springframework.stereotype.Service
|
||||
@@ -117,7 +116,8 @@ class AquaUserServices(
|
||||
val hasher: PasswordEncoder,
|
||||
val keyChipRepo: KeyChipRepo,
|
||||
val allNetProps: AllNetProps,
|
||||
val jwt: JWT
|
||||
val jwt: JWT,
|
||||
val em: EntityManager
|
||||
) {
|
||||
companion object {
|
||||
val SETTING_FIELDS = AquaUserServices::class.functions
|
||||
|
||||
Reference in New Issue
Block a user