Skip to content

Commit

Permalink
fix: remove serial param
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Oct 1, 2023
1 parent 6ba0a08 commit c8d7731
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/be/zvz/kotlininside/security/Auth.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ class Auth {
loggingId = Random(System.currentTimeMillis()).nextLong()
macAddress.add(RandomStringUtils.random(12, "abcdef0123456789"))
meid = RandomStringUtils.randomNumeric(14)
serial = RandomStringUtils.random(8, "abcdef0123456789")
timeZone = TimeZone.getDefault().id
version = 3
otaCert.add("--no-output--")
otaCert.add("71Q6Rn2DDZl1zPDVaaeEHItd")
macAddressType.add("wifi")
fragment = 0
userSerialNumber = 0
Expand Down

0 comments on commit c8d7731

Please sign in to comment.