Skip to content

Commit af21a57

Browse files
committed
Fix stub
1 parent edb954c commit af21a57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clearadi/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ impl ProvisionedMachine {
2121
pub fn generate_otp(&self) -> Vec<u8> {
2222
todo!()
2323
}
24+
25+
pub fn gen_2fa_code(&self) -> u32 {
26+
todo!()
27+
}
2428
}
2529

2630
#[derive(Serialize, Deserialize, Clone)]

0 commit comments

Comments
 (0)