We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98607fe commit d3bac7cCopy full SHA for d3bac7c
1 file changed
src/plugins/auth-providers/index.ts
@@ -55,7 +55,7 @@ export class AuthProviders extends BrowserforcePlugin {
55
if (missingProviders.length > 0) {
56
throw new Error(
57
`AuthProvider with DeveloperName(s) not found: ${missingProviders.join(', ')}. ` +
58
- `Please verify the DeveloperNames are correct and the AuthProviders exist in your org.`,
+ `Please verify the DeveloperNames are correct and the AuthProviders exist in your org.`,
59
);
60
}
61
0 commit comments