Skip to content

Commit aa7ecae

Browse files
sameeragCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 801a233 commit aa7ecae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/msal-browser/docs/redirect-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This improves:
189189
- **Accessibility** — Screen readers announce the page title when focus moves to the window or tab
190190

191191
> [!NOTE]
192-
> MSAL sets `document.title` to "Microsoft Authentication" at runtime as a fallback during popup, iframe, and redirect processing. However, this only takes effect after JavaScript executes. Setting a static `<title>` in your redirect page HTML ensures the title is correct immediately, before any scripts run.
192+
> MSAL overwrites `document.title` to "Microsoft Authentication" at runtime during popup, iframe, and redirect processing. A static `<title>` prevents the tab/history entry from briefly showing the raw redirect URL before JavaScript executes.
193193
194194
## Angular
195195

0 commit comments

Comments
 (0)