From f44a4ade749e41ae1d98afd735e29ea7fcf619d4 Mon Sep 17 00:00:00 2001 From: Nick Sayre Date: Mon, 7 Oct 2024 17:27:44 -0500 Subject: [PATCH] 1050 - Add MyVA Welcome VA Setup app to registry (#2289) --- src/applications/registry.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/applications/registry.json b/src/applications/registry.json index b9a5f5c173..68f250a777 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1791,5 +1791,15 @@ "vagovprod": false, "layout": "page-react.html" } + }, + { + "appName": "Welcome VA Setup Review Information Form", + "entryName": "welcome-va-setup-review-information", + "rootUrl": "/my-va/welcome-va-setup/review-information", + "productId": "c1a00d88-ead0-46d4-94ab-e72baba100c6", + "template": { + "vagovprod": false, + "layout": "page-react.html" + } } ]