Skip to content

Commit df791f9

Browse files
committed
revert latest change
Signed-off-by: Chris Abraham <[email protected]>
1 parent 94eee57 commit df791f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/wp-content/plugins/live-stream-gate-block/live-stream-gate-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function lf_live_stream_gate_block_block_enqueue() {
5757
// Files only load when block is used.
5858
if ( has_block( 'lf/live-stream-gate-block' ) ) {
5959

60-
wp_enqueue_script( 'auth0', 'https://cdn.auth0.com/js/auth0-spa-js/1.13.3/auth0-spa-js.production.js', array(), '1', false );
60+
wp_enqueue_script( 'auth0', 'https://cdn.auth0.com/js/auth0-spa-js/1.22/auth0-spa-js.production.js', array(), '1', false );
6161

6262
// Use different Auth0 files depending on environment.
6363
if ( isset( $_SERVER['PANTHEON_ENVIRONMENT'] ) && 'live' == $_SERVER['PANTHEON_ENVIRONMENT'] ) {

0 commit comments

Comments
 (0)