Skip to content

Commit dc6167f

Browse files
committed
var scoping
1 parent 40bc1c6 commit dc6167f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/security/Auth0UserDirectory.cfc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ component displayname="Auth0 User Directory" extends="farcry.core.packages.secur
77

88
public struct function authenticate() {
99
var oUser = application.fapi.getContentType("a0User");
10+
var stResult = {};
1011

1112
if (structkeyexists(url,"error")) {
1213

0 commit comments

Comments
 (0)