From 949f8f6c9eeb01cc46dea46b516da4552ccc973d Mon Sep 17 00:00:00 2001 From: Florence McCafferty Date: Mon, 30 Dec 2024 15:13:03 -0500 Subject: [PATCH] Update account-creation-api.md --- .../mhv-to-va.gov/account-creation-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/health-care/digital-health-modernization/mhv-to-va.gov/account-creation-api.md b/products/health-care/digital-health-modernization/mhv-to-va.gov/account-creation-api.md index 18b4931493f..c55c5f66919 100644 --- a/products/health-care/digital-health-modernization/mhv-to-va.gov/account-creation-api.md +++ b/products/health-care/digital-health-modernization/mhv-to-va.gov/account-creation-api.md @@ -91,7 +91,7 @@ flowchart TD C -->|No| F{fa:fa-circle-exclamation 'No access' alert} D --> |Yes| G(Render application) D --> |No| H(What tools are they trying to access?) - H --> |Landing page, Meds, Records, SM| I{fa:fa-circle-exclamation Account Creation API error alert on affected apps} + H --> |Landing page, Meds, Records, SM| I{fa:fa-circle-exclamation Redirect user to landing page where Acct Creation API error alert will be present} H --> |Other health tool| J(Render application) ```