Skip to content

Commit ba02c85

Browse files
committed
bad brain day in the 'remember to commit all the changes' department
1 parent da1ec11 commit ba02c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_source/_posts/2019-08-12-build-secure-react-application-redux-jwt.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export default () => (
330330

331331
Go ahead and give it a whirl! You should be able to search through a set of (fake) users, select one, choose another, etc.
332332

333-
{% img blog/react-redux-jwt/select-a-user.gif alt:"Select a User" width:"800" %}{: .center-image }
333+
{% img blog/react-jwt/select-a-user.gif alt:"Select a User" width:"800" %}{: .center-image }
334334

335335
## Add Authentication to React with okta
336336

@@ -785,7 +785,7 @@ export default connect(mapStateToProps)(Header);
785785
786786
When the app first loads, the user state starts out as `null` and Okta needs to do some work in the background to get you a token. In the meantime, you display a spinner with `<Loader active inline />`. If you're logged out, you get a link to sign in. If you're already logged in, it displays your name with a dropdown option to log back out. To help you out, if you're logged in as an Admin it'll tell you right in the header.
787787
788-
{% img blog/react-redux-jwt/admins-vs-everyone.gif alt:"Admins vs Everyone" width:"800" %}{: .center-image }
788+
{% img blog/react-jwt/admins-vs-everyone.gif alt:"Admins vs Everyone" width:"800" %}{: .center-image }
789789
790790
### Bonus Tip
791791

0 commit comments

Comments
 (0)