Skip to content

Commit 096cb95

Browse files
authored
Update how-to-manage-authentication.md
1 parent 504f9fa commit 096cb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-testing/playwright-workspaces/how-to-manage-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To enable authentication using access tokens:
6060
```typescript
6161
import { getServiceConfig, ServiceAuth } from '@azure/playwright';
6262

63-
/* Learn more about service configuration at https://aka.ms/mpt/config */
63+
/* Learn more about service configuration at https://aka.ms/pww/docs/config */
6464
export default defineConfig(config, getServiceConfig( config, {
6565
serviceAuthType: ServiceAuth.ACCESS_TOKEN
6666
}));

0 commit comments

Comments
 (0)