Skip to content

Commit 555b635

Browse files
jrupeshamtrack
andauthored
Update src/plugins/auth-providers/index.ts
Co-authored-by: Matthias Rolke <mr.amtrack@gmail.com>
1 parent d3bac7c commit 555b635

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/plugins/auth-providers/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ export class AuthProviders extends BrowserforcePlugin {
6868

6969
try {
7070
// Check if there are updates to consumerSecret or consumerKey
71-
const hasConsumerUpdates = authProviderConfig.consumerSecret !== undefined || authProviderConfig.consumerKey !== undefined;
71+
const hasConsumerUpdates =
72+
authProviderConfig.consumerSecret !== undefined || authProviderConfig.consumerKey !== undefined;
7273

7374
if (hasConsumerUpdates) {
7475
// Navigate to the edit page

0 commit comments

Comments
 (0)