Skip to content

Commit a2d7650

Browse files
committed
fix indentation
1 parent 3db8b73 commit a2d7650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To enable authentication using access tokens:
7575
```
7676

7777
1. Create a `.env` file alongside the `playwright.config.ts` file in your Playwright project:
78-
78+
7979
```
8080
PLAYWRIGHT_SERVICE_ACCESS_TOKEN={MY-ACCESS-TOKEN}
8181
```

0 commit comments

Comments
 (0)