From e671dde2b04ffd61ab8318f028fa464d7a4b7731 Mon Sep 17 00:00:00 2001 From: Diogo Ribeiro Date: Thu, 27 Nov 2025 19:21:02 +0000 Subject: [PATCH] Fix kyc email fixture **Must** now be at the end of the email's username to work correctly. --- docs/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environments.md b/docs/environments.md index d145f16..095bff6 100644 --- a/docs/environments.md +++ b/docs/environments.md @@ -23,7 +23,7 @@ You can bypass email authentication and phone verification codes by typing `0000 You can skip the need to upload a real ID by either: - Using an email from a whitelisted domain (e.g., `user@whitelisted-domain.com`) -- Adding `+kyc` to your email address (e.g., `user+kyc@domain.com`) +- Adding `+kyc` to your email username (e.g., `user+kyc@domain.com`, `user+kyc+abc@domain.com`) Users will still see the KYC onboarding interface, maintaining a production-like experience.