From 07c3537959af016ef1538600a3c766831a6b0cb3 Mon Sep 17 00:00:00 2001 From: storywithoutend Date: Wed, 21 Aug 2024 18:53:47 +0900 Subject: [PATCH] update app redirect --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index fbf1f12..5d1fe19 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -7,7 +7,7 @@ name = "auth-worker" [env.production.vars] DENTITY_BASE_ENDPOINT = "https://oidc.dentity.com" -APP_REDIRECT = "https://app.ens.domains" +APP_REDIRECT = "https://dentity-integration-producti.ens-app-v3.pages.dev" [env.staging] name = "auth-worker-staging"