From e3e3b0637264b6cbccf9c69b4546429187faa8e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Apr 2022 22:04:37 +0200 Subject: -get IBAN test to pass again --- src/include/anastasis.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/include/anastasis.h') diff --git a/src/include/anastasis.h b/src/include/anastasis.h index 473756f..fd1275c 100644 --- a/src/include/anastasis.h +++ b/src/include/anastasis.h @@ -278,15 +278,7 @@ enum ANASTASIS_ChallengeAnswerStatus /** * The rate limit for solving the challenge was exceeded. */ - ANASTASIS_CHALLENGE_ANSWER_STATUS_RATE_LIMIT_EXCEEDED, - - /** - * The user did not satisfy the (external) authentication - * challenge in time. The request should be repeated - * later and may then succeed. - */ - ANASTASIS_CHALLENGE_ANSWER_STATUS_AUTH_TIMEOUT - + ANASTASIS_CHALLENGE_ANSWER_STATUS_RATE_LIMIT_EXCEEDED }; -- cgit v1.2.3