We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112b78e commit dada57dCopy full SHA for dada57d
recipe/dashboard/recipeimplementation.go
@@ -81,7 +81,7 @@ func makeRecipeImplementation(querier supertokens.Querier) dashboardmodels.Recip
81
userEmail, emailOk := verifyResponse["email"]
82
83
if !emailOk || userEmail.(string) == "" {
84
- 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")
85
return false, nil
86
}
87
0 commit comments