Skip to content

Commit dada57d

Browse files
committed
Update debug message
1 parent 112b78e commit dada57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/dashboard/recipeimplementation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func makeRecipeImplementation(querier supertokens.Querier) dashboardmodels.Recip
8181
userEmail, emailOk := verifyResponse["email"]
8282

8383
if !emailOk || userEmail.(string) == "" {
84-
supertokens.LogDebugMessage("User Dashboard: Returning Unauthorised because no email was provided in headers")
84+
supertokens.LogDebugMessage("User Dashboard: Returning Unauthorised because no email was returned from the core. Should never come here")
8585
return false, nil
8686
}
8787

0 commit comments

Comments
 (0)