Skip to content

LG-11287: Update reauthentication page#9629

Merged
jc-gsa merged 5 commits intomainfrom
LG-11287-reauth-pages
Nov 22, 2023
Merged

LG-11287: Update reauthentication page#9629
jc-gsa merged 5 commits intomainfrom
LG-11287-reauth-pages

Conversation

@jc-gsa
Copy link
Contributor

@jc-gsa jc-gsa commented Nov 21, 2023

🎫 Ticket

LG-11287

🛠 Summary of changes

Changes content at the page /login/two_factor/options when the reauthentication window expires.

@jc-gsa jc-gsa force-pushed the LG-11287-reauth-pages branch from 5e2a914 to 1e769da Compare November 21, 2023 00:04
changelog: User-Facing Improvements, Authentication, Update reauthentication user notice
@jc-gsa jc-gsa force-pushed the LG-11287-reauth-pages branch from 1e769da to 5aedd0f Compare November 21, 2023 00:11
Copy link
Contributor

@kevinsmaster5 kevinsmaster5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good! Validated output locally. 👍

Copy link
Contributor

@aduth aduth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

Comment on lines -31 to +43
t('two_factor_authentication.login_options_title')
if reauthentication_context?
t('two_factor_authentication.login_options_reauthentication_title')
else
t('two_factor_authentication.login_options_title')
end
end

def info
t('two_factor_authentication.login_intro')
if reauthentication_context?
t('two_factor_authentication.login_intro_reauthentication')
else
t('two_factor_authentication.login_intro')
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For completeness, can we add some test coverage for this logic in spec/presenters/two_factor_login_options_presenter_spec.rb ?

@jc-gsa jc-gsa merged commit 3bfa3f9 into main Nov 22, 2023
@jc-gsa jc-gsa deleted the LG-11287-reauth-pages branch November 22, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants