From 2b1ae0e677ee82f5b8ad5ce654bea9f4aab031a0 Mon Sep 17 00:00:00 2001 From: Suraj Karambe Date: Wed, 11 Sep 2024 16:14:43 +0530 Subject: [PATCH] Updated login image name to okta --- login-workflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-workflow/README.md b/login-workflow/README.md index b31d1e5a..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. -![Login](https://raw.githubusercontent.com/etn-ccis/blui-react-workflows/master/login-workflow/media/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