refactor(auth_type): updated auth type in update tracker and also changed the default flow to non-3ds from 3ds (#1424)

This commit is contained in:
Amisha Prabhat
2023-06-16 14:21:27 +05:30
committed by GitHub
parent 3645c49b38
commit 1616051145
3 changed files with 4 additions and 4 deletions

View File

@ -80,8 +80,8 @@ pub enum AttemptStatus {
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum AuthenticationType {
#[default]
ThreeDs,
#[default]
NoThreeDs,
}