diff --git a/login-workflow/README.md b/login-workflow/README.md index 7c6d2f93..0bb431d2 100644 --- a/login-workflow/README.md +++ b/login-workflow/README.md @@ -18,7 +18,7 @@ This package is flexible, allowing you to use the Login and Registration flows i These workflows are back-end agnostic, meaning you can use them with any back-end API you wish. You simply need to provide an implementation for several key functions (actions) that are called at various points within the workflows based on user interaction. -![Okta Login](https://raw.githubusercontent.com/etn-ccis/blui-react-workflows/master/login-workflow/media/screens/okta-login.png) +![Okta Login](https://raw.githubusercontent.com/etn-ccis/blui-react-workflows/master/login-workflow/media/okta-login.png) ![Password](https://raw.githubusercontent.com/etn-ccis/blui-react-workflows/master/login-workflow/media/password.png) # Installation diff --git a/login-workflow/media/okta-login.png b/login-workflow/media/okta-login.png new file mode 100644 index 00000000..1822241b Binary files /dev/null and b/login-workflow/media/okta-login.png differ