only stores the RP ID index as state
This commit is contained in:
@@ -165,7 +165,7 @@ pub struct AssertionState {
|
||||
pub enum StatefulCommand {
|
||||
Reset,
|
||||
GetAssertion(AssertionState),
|
||||
EnumerateRps(Vec<String>),
|
||||
EnumerateRps(usize),
|
||||
EnumerateCredentials(Vec<usize>),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user