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 40bc1c6 commit dc6167fCopy full SHA for dc6167f
packages/security/Auth0UserDirectory.cfc
@@ -7,6 +7,7 @@ component displayname="Auth0 User Directory" extends="farcry.core.packages.secur
7
8
public struct function authenticate() {
9
var oUser = application.fapi.getContentType("a0User");
10
+ var stResult = {};
11
12
if (structkeyexists(url,"error")) {
13
0 commit comments