Bartosz Leper
Bartosz Leper
Contributes to https://github.com/gravitational/teleport/issues/36232 Contributes to https://github.com/gravitational/teleport/issues/37616 This PR depends on PR https://github.com/gravitational/teleport/pull/38260. This UI is hidden until ready; to view it, set grv_new_add_auth_device_dialog to true in the app's local storage....
Contributes to https://github.com/gravitational/teleport/issues/36232 Contributes to https://github.com/gravitational/teleport/issues/37616 This PR doesn't include proper styling; a follow-up PR will make it pretty. This UI is hidden until ready; to view it, set `grv_new_add_auth_device_dialog`...
This makes it faster and consumes fewer system resources.
This, in turn, prevents me from using https://www.npmjs.com/package/array.prototype.includes.
Backport #40904 to branch/v15 changelog: Added indicators on the account settings page that tell which authentication methods are active.
This PR finalizes the implementation of RFD 159. Tested manually: - Password login success - Password login failure - Passwordless login success (Web only) All in (OSS, Enterprise) x (Web,...
This change extracts a reusable `NewMFADeviceForm` component from `NewMfaDevice`, renames `DialogHeader` to `HeaderWithSteps`, and performs various minor touch-ups to get rid of some inconsistencies in the UI. The `NewMfaDeviceForm` component...
This PR allows deleting the last passkey if the following conditions are true: - The user is known to have a password set. - The user has at least 1...
This change replaces the old verification and device deletion dialogs on the account settings page. Figma: https://www.figma.com/design/8DQZl1mYUPLgvKgmA6zPOM/In-Progress-Work?node-id=7085-45338&m=dev Deviations from design: - The design didn't take the verification step into consideration,...
Backport #41727 to branch/v15 changelog: Allowed deleting user's last passkey if they have a password and another MFA set up.