File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -173,12 +173,12 @@ Always set a meaningful `<title>` on your redirect bridge page. Without an expli
173173
174174A 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
You can’t perform that action at this time.
0 commit comments