Skip to content

Commit c210cc7

Browse files
sameeragCopilot
andcommitted
docs: remove Contoso references from examples
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5b6ac6e commit c210cc7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/msal-browser/docs/login-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Your `redirectUri` must point to a dedicated page that loads the redirect bridge
190190
<!DOCTYPE html>
191191
<html>
192192
<head>
193-
<title>Signing in - Contoso</title>
193+
<title>Signing in</title>
194194
</head>
195195
<body>
196196
<p>Processing authentication...</p>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ Always set a meaningful `<title>` on your redirect bridge page. Without an expli
173173

174174
A good title should:
175175

176-
- Indicate that authentication is in progress (e.g., "Signing in" or "Signing in - Contoso")
176+
- Indicate that authentication is in progress (e.g., "Signing in" or "Signing in - MyApp")
177177
- Be static HTML (not set dynamically after JavaScript loads) so it appears immediately
178178

179179
```html
180180
<head>
181-
<title>Signing in - Contoso</title>
181+
<title>Signing in</title>
182182
</head>
183183
```
184184

0 commit comments

Comments
 (0)