Skip to content

Commit 8578b40

Browse files
Use isBlazePro check for consistency and safety
Co-authored-by: Adam Wood <[email protected]>
1 parent beb21b8 commit 8578b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/layout/logged-out.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export default withCurrentRoute(
339339
( ! isJetpackLogin &&
340340
Boolean( currentQuery?.client_id ) === false &&
341341
Boolean( currentQuery?.oauth2_client_id ) === false &&
342-
! oauth2Client &&
342+
! isBlazePro &&
343343
! isWooJPC ) ||
344344
isPartnerPortal;
345345

0 commit comments

Comments
 (0)