From 2f09e87d7e5af4bcaf4a29fd6b32023107d53b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BB=A9c=20Thi=E1=BB=87n?= Date: Fri, 26 Dec 2025 22:03:46 +0700 Subject: [PATCH] Update 2FA setup instructions for EAS CLI Added information on setting a trusted device via Mail app for 2FA. --- apple-2fa-sms-issues-workaround.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple-2fa-sms-issues-workaround.md b/apple-2fa-sms-issues-workaround.md index 1d7a2f5..16701ab 100644 --- a/apple-2fa-sms-issues-workaround.md +++ b/apple-2fa-sms-issues-workaround.md @@ -9,7 +9,7 @@ We'll continue improving the SMS 2FA as best we can, and EAS CLI currently handl ## How to setup and use `device` 2FA method with EAS CLI -Follow [these Apple docs](https://support.apple.com/en-us/102660) to set a trusted device ([for example your Mac](https://github.com/expo/eas-cli/issues/2698#issuecomment-2525401555)) for your Apple account. +Follow [these Apple docs](https://support.apple.com/en-us/102660) to set a trusted device ([for example your Mac](https://github.com/expo/eas-cli/issues/2698#issuecomment-2525401555)) for your Apple account. You can also easily set a trusted device by login into your Apple Developer account on the Mail app. Once the trusted device is set up, you can use the `device` 2FA method when prompted `How do you want to validate your account?` in the EAS CLI. This method will send a 2FA code to your trusted device, which you can then enter in the CLI to authenticate.