Add missing error case.

pull/1089/head
Mariano Cano 2 years ago
parent 37e80964ae
commit 8538ff06b7
No known key found for this signature in database

@ -75,6 +75,8 @@ func (ap ProblemType) String() string {
return "accountDoesNotExist"
case ErrorAlreadyRevokedType:
return "alreadyRevoked"
case ErrorBadAttestationStatementType:
return "badAttestationStatement"
case ErrorBadCSRType:
return "badCSR"
case ErrorBadNonceType:

Loading…
Cancel
Save