From 7702f9abf92da0547ebf844f0e5153cb032e9b8d Mon Sep 17 00:00:00 2001 From: laurakarhu <75484068+laurakarhu@users.noreply.github.com> Date: Fri, 3 May 2024 15:31:03 +0300 Subject: [PATCH 1/2] Remove warning Remove warning saying it should not be used in production --- site/src/docs/components/login/tabs.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/site/src/docs/components/login/tabs.mdx b/site/src/docs/components/login/tabs.mdx index 1c56308574..fe15514366 100644 --- a/site/src/docs/components/login/tabs.mdx +++ b/site/src/docs/components/login/tabs.mdx @@ -19,11 +19,6 @@ import StatusLabel from '../../../components/StatusLabel'; Login components include React components, context and hooks for handling user authorisation, api tokens and session polling. - - The HDS Login system is a set of components the HDS team is currently making. This means - that this component is subject to change, and we don't recommend using it in production. - - Intro From 8e3c769f4af42affa50b8b7b4ce22cc5c689eacf Mon Sep 17 00:00:00 2001 From: laurakarhu <75484068+laurakarhu@users.noreply.github.com> Date: Fri, 3 May 2024 15:38:57 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md Update login status in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 142de03417..ef0bc32291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed -- [Component] What has been changed +- [Login] Login system is good enough to start using in production as well. We still welcome feedback and improve the component. #### Fixed