Remove usage of @kbn/ui-framework
from PromptPage
#160122
Labels
chore
Feature:Security/Session Management
Platform Security - Session Management
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
The security plugin provides a
PromptPage
which powers a few of our SSR'd pages. This page makes use of@kbn/ui-framework
, which is deprecated, and needs to be removed from the project (see #46410).We should perform a manual visual regression test to ensure that removing this framework will not alter the rendered pages.
Usages
UnauthenticatedPage
:x-pack/plugins/security/server/authentication/unauthenticated_page.tsx
ResetSessionPage
:x-pack/plugins/security/server/authorization/reset_session_page.tsx
Tasks
The text was updated successfully, but these errors were encountered: