diff --git a/login-workflow/CHANGELOG.md b/login-workflow/CHANGELOG.md index 78737cf7..1345397f 100644 --- a/login-workflow/CHANGELOG.md +++ b/login-workflow/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v5.0.0 (Unreleased) +## v5.0.0 (September 11, 2024) ### Added diff --git a/login-workflow/README.md b/login-workflow/README.md index 0289d7d5..b31d1e5a 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/login.png) +![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/example/src/screens/ExampleHome.tsx b/login-workflow/example/src/screens/ExampleHome.tsx index 75e78ef8..66987ac2 100644 --- a/login-workflow/example/src/screens/ExampleHome.tsx +++ b/login-workflow/example/src/screens/ExampleHome.tsx @@ -41,7 +41,7 @@ export const ExampleHome: React.FC = () => { const navigate = useNavigate(); const theme = useTheme(); const { oktaAuth } = useOktaAuth(); - + const containerStyles = { width: '100%', height: `calc(100vh - ${theme.spacing(8)})`,