Skip to content

Commit cb777a3

Browse files
authored
Merge pull request #20 from michaelborn/patch/typo-in-interception-point
Fix: Correct typo in configured interception point
2 parents 3dc0257 + e7ed658 commit cb777a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ component {
110110
customInterceptionPoints = [
111111
// Validator Events
112112
"cbSecurity_onInvalidAuthentication",
113-
"cbSecurity_onInvalidAuhtorization",
113+
"cbSecurity_onInvalidAuthorization",
114114
// JWT Events
115115
"cbSecurity_onJWTCreation",
116116
"cbSecurity_onJWTInvalidation",

0 commit comments

Comments
 (0)