From 6c6c5e2f07e943b072e9f469c6f09961d5fc4494 Mon Sep 17 00:00:00 2001 From: Erica Thompson Date: Fri, 18 Jul 2025 10:37:13 -0400 Subject: [PATCH 1/2] chore: making udr source for vault --- config/base.json | 1 + config/development.json | 1 + 2 files changed, 2 insertions(+) diff --git a/config/base.json b/config/base.json index b278037fd9..ced2e214ae 100644 --- a/config/base.json +++ b/config/base.json @@ -47,6 +47,7 @@ "terraform-cdk", "terraform", "terraform-docs-common", + "vault", "ptfe-releases" ] } diff --git a/config/development.json b/config/development.json index f111c8f32e..3ff89a4dfa 100644 --- a/config/development.json +++ b/config/development.json @@ -20,6 +20,7 @@ "terraform-cdk", "terraform", "terraform-docs-common", + "vault", "ptfe-releases" ] } From 2975d8decb4520e3d69f40342e650e12070995a8 Mon Sep 17 00:00:00 2001 From: Erica Thompson Date: Fri, 18 Jul 2025 10:37:49 -0400 Subject: [PATCH 2/2] chore: removed unused import --- src/hooks/use-authentication/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/use-authentication/index.ts b/src/hooks/use-authentication/index.ts index ba246624d2..b593cb08e1 100644 --- a/src/hooks/use-authentication/index.ts +++ b/src/hooks/use-authentication/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -import { useEffect, useMemo, useRef } from 'react' +import { useEffect, useMemo } from 'react' import { useRouter } from 'next/router' import { signIn,