We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bac7c commit 555b635Copy full SHA for 555b635
1 file changed
src/plugins/auth-providers/index.ts
@@ -68,7 +68,8 @@ export class AuthProviders extends BrowserforcePlugin {
68
69
try {
70
// Check if there are updates to consumerSecret or consumerKey
71
- const hasConsumerUpdates = authProviderConfig.consumerSecret !== undefined || authProviderConfig.consumerKey !== undefined;
+ const hasConsumerUpdates =
72
+ authProviderConfig.consumerSecret !== undefined || authProviderConfig.consumerKey !== undefined;
73
74
if (hasConsumerUpdates) {
75
// Navigate to the edit page
0 commit comments