Skip to content

Commit

Permalink
Fix conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Nov 29, 2023
1 parent 6c71a18 commit 1ed6b45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ impl From<RegisterResponse> for IdentityRegisterResponse {
IdentityRegisterResponse::Ok(user_number)
}
RegisterResponse::CanisterFull => IdentityRegisterResponse::CanisterFull,
RegisterResponse::BadChallenge => IdentityRegisterResponse::BadChallenge,
RegisterResponse::BadChallenge => IdentityRegisterResponse::BadCaptcha,
}
}
}

0 comments on commit 1ed6b45

Please sign in to comment.