Skip to content

Commit 5063714

Browse files
authored
Fixed signed tokens (#9983)
1 parent 4fd45bc commit 5063714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/mux/frontend/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,7 @@ export class App extends React.Component<AppProps, AppState> {
12221222
<div>
12231223
<section className="player" style={this.getPlayerAspectRatio()}>
12241224
{this.state.playerPlaybackId !== 'playback-test-123' &&
1225+
(!this.isUsingSigned() || !this.state.isTokenLoading) &&
12251226
(this.state.value.playbackId || this.state.playbackToken) ? (
12261227
<MuxPlayer
12271228
ref={this.muxPlayerRef}

0 commit comments

Comments
 (0)