rigged shuffle
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
type User struct {
|
||||
Id models.UserId
|
||||
CustomerId models.CustomerId
|
||||
CustomerId models.CustomerID
|
||||
Email models.UserEmail
|
||||
EncipheredPasscode models.EncipheredNKode
|
||||
Kp KeypadDimension
|
||||
@@ -137,7 +137,7 @@ func NewUser(customer Customer, userEmail string, passcodeIdx []int, ui UserInte
|
||||
CipherKeys: *newKeys,
|
||||
Interface: ui,
|
||||
Kp: kp,
|
||||
CustomerId: customer.Id,
|
||||
CustomerId: customer.ID,
|
||||
}
|
||||
return &newUser, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user