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 32f5133 commit 389cb1dCopy full SHA for 389cb1d
packages/security/Auth0UserDirectory.cfc
@@ -54,7 +54,7 @@ component displayname="Auth0 User Directory" extends="farcry.core.packages.secur
54
}
55
56
stResult.authenticated = "true";
57
- } catch (err) {dump(err);abort;
+ } catch (err) {
58
application.fc.lib.error.logData(application.fc.lib.error.normalizeError(cfcatch));
59
stResult.authenticated = "false";
60
stResult.userid = "";
0 commit comments