Skip to content

Commit eb320df

Browse files
Merge pull request #1301 from damienbod/damienbod/fix-docs
Update ensure-redirect-url.rule.ts
2 parents ca6eb60 + 547a04b commit eb320df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-auth-oidc-client/src/lib/config/validation/rules/ensure-redirect-url.rule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const ensureRedirectRule = (passedConfig: OpenIdConfiguration): RuleValid
55
if (!passedConfig.redirectUrl) {
66
return {
77
result: false,
8-
messages: ['The redirectURL is required and missing from your config'],
8+
messages: ['The redirectUrl is required and missing from your config'],
99
level: 'error',
1010
};
1111
}

0 commit comments

Comments
 (0)