Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hds 2254 remove login warning text #1282

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions site/src/docs/components/login/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ import StatusLabel from '../../../components/StatusLabel';

<LeadParagraph>Login components include React components, context and hooks for handling user authorisation, api tokens and session polling.</LeadParagraph>

<Notification label="A work in progress!" className="siteNotification">
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.
</Notification>

<PageTabs pageContext={props.pageContext}>
<PageTabs.TabList>
<PageTabs.Tab href="/">Intro</PageTabs.Tab>
Expand Down
Loading