implement keypad size
This commit is contained in:
@@ -21,8 +21,7 @@ class User(BaseModel):
|
||||
|
||||
def refresh_passcode(self, passcode_attr_idx: list[int], customer_interface: CustomerInterface):
|
||||
self.user_keys = UserCipherKeys.new(
|
||||
customer_interface.numb_of_keys,
|
||||
customer_interface.attrs_per_key,
|
||||
customer_interface.keypad_size,
|
||||
customer_interface.set_vals,
|
||||
self.user_keys.max_nkode_len
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user