From fa175094689917d0ed97435eab07a93fd657c873 Mon Sep 17 00:00:00 2001 From: Javohir Savriy <j.savriev@aigroup.uz> Date: Wed, 29 Jan 2025 10:52:27 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6549830..b53f4f7 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ the SDK requires the input of passport data and date of birth for user identific provided, we will continue showing the credentials screen. **Note 1.3.** If the `externalId` is not empty, has a length of 36 characters and corresponds to the -regular expression UUID4, we will not display a [recommendation](images/screen01.jpg) screen. If 5 unsuccessful identification attempts in MyID within one hour and the `externalId` is not empty, SDK returns to the parent app error message and TTL as `message` in `MyIdException`. +regular expression UUID4, we will not display a [recommendation](images/screen01.jpg) screen. If a certain number of unsuccessful identification attempts (currently set to 5) occur in MyID within one hour and the `externalId` is not empty, SDK returns to the parent app error message or TTL as `message` in `MyIdException`. TTL error example: -- GitLab