From dada57df267f1a927328dbad40a6c4b78dad8abc Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Tue, 12 Sep 2023 11:22:26 +0530 Subject: [PATCH] Update debug message --- recipe/dashboard/recipeimplementation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/dashboard/recipeimplementation.go b/recipe/dashboard/recipeimplementation.go index 84873f56..2cccad12 100644 --- a/recipe/dashboard/recipeimplementation.go +++ b/recipe/dashboard/recipeimplementation.go @@ -81,7 +81,7 @@ func makeRecipeImplementation(querier supertokens.Querier) dashboardmodels.Recip userEmail, emailOk := verifyResponse["email"] if !emailOk || userEmail.(string) == "" { - supertokens.LogDebugMessage("User Dashboard: Returning Unauthorised because no email was provided in headers") + supertokens.LogDebugMessage("User Dashboard: Returning Unauthorised because no email was returned from the core. Should never come here") return false, nil }