Skip to content

Commit

Permalink
Make authenticator app pages open in new window to avoid users losing…
Browse files Browse the repository at this point in the history
… their place.
  • Loading branch information
StevenDufresne committed Aug 13, 2024
1 parent 93513e7 commit fe04b98
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions settings/src/components/totp.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,19 @@ function Setup( { setSuccess } ) {
<p className="wporg-2fa__screen-intro">
Two-Factor Authentication adds an extra layer of security to your account. Use a
phone app like{ ' ' }
<a href="https://support.google.com/accounts/answer/1066447">
<a
href="https://support.google.com/accounts/answer/1066447"
target="_blank"
rel="noreferrer"
>
Google Authenticator
</a>{ ' ' }
or{ ' ' }
<a href="https://www.microsoft.com/ko-kr/security/mobile-authenticator-app">
<a
href="https://www.microsoft.com/ko-kr/security/mobile-authenticator-app"
target="_blank"
rel="noreferrer"
>
Microsoft Authenticator
</a>{ ' ' }
when logging in to WordPress.org.
Expand Down

0 comments on commit fe04b98

Please sign in to comment.