feat: Support TOTP #45
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ pub enum Error {
|
|||
custom fields {0}"
|
||||
)]
|
||||
ReservedPrefix(&'static str),
|
||||
#[error("Base32 Error: {0}")]
|
||||
Base32(String),
|
||||
#[error("{0}")]
|
||||
Other(String),
|
||||
|
||||
|
|
Loading…
Reference in a new issue