[INT-6292] - Clarify TeamTailor MFA steps#273
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR improves the clarity of the TeamTailor MFA setup instructions by breaking down the authentication secret step into two distinct, numbered actions. The change makes the process more intuitive by first directing users to copy the key, then proceed with QR code scanning.
- Restructured the 2-Factor Authentication Secret step into numbered sub-steps for better clarity
- Added specific guidance on when to copy the key and how to proceed with MFA setup
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| <Step title="2-Factor Authentication Secret"> | ||
| Scan the QR Code in auth app and copy the key under the QR-code to a safe place to be used in the next step. | ||
| 1. Copy the key shown below the QR Code to a safe place - you'll need one of these in the next step. |
There was a problem hiding this comment.
The phrase 'you'll need one of these' is ambiguous. It should be 'you'll need this key' since there's only one key being referenced.
Suggested change
| 1. Copy the key shown below the QR Code to a safe place - you'll need one of these in the next step. | |
| 1. Copy the key shown below the QR Code to a safe place - you'll need this key in the next step. |
jerann
approved these changes
Sep 15, 2025
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.
Summary by cubic
Clarified TeamTailor MFA instructions to first copy the secret key and then scan the QR code with an authenticator app. This aims to reduce setup confusion and prevent auth errors noted in INT-6292.