fix: Google Authenticator setup UI improvements#4092
Open
Luxu2-Okta wants to merge 2 commits into
Open
Conversation
Luxu2-Okta
requested review from
alexchen-okta,
glenfannin-okta,
jaredperreault-okta,
leemchale-okta and
shuowu-okta
as code owners
July 20, 2026 18:51
Luxu2-Okta
force-pushed
the
OKTA-1185578-google-auth-ui
branch
from
July 22, 2026 16:19
e7daf77 to
91dfb19
Compare
Resolves: OKTA-1185578
Luxu2-Okta
force-pushed
the
OKTA-1185578-google-auth-ui
branch
from
July 22, 2026 16:24
91dfb19 to
97b928d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: OKTA-1185578
Description:
Fixes an accessibility issue in the Google Authenticator enrollment flow (OKTA-1185578), figma: https://www.figma.com/design/G2kZ9WtlYLLd9q6ZfGJeXT/1--improvements?node-id=11249-257&t=7TU0T04YXbGal2RG-0
Problem: The shared secret was rendered inside a readonly , which:
Solution: Replace the readonly input with a plain containing the unmodified secret string, with the following properties:
Changes affect both the v2 (OIE Backbone) and v3 (Gen3 React) implementations. Tests and snapshots updated accordingly.
PR Checklist
Issue:
Reviewers:
Screenshot/Video:
Downstream Monolith Build:
https://bacon-go.aue1e.saasure.net/commits?artifact=monolith&page=1&pageSize=6&sha=91e98dfcb583167e8c9510365732139f8ff4afc4&tab=main
IE11 verification