Support PAT authentication for visual reviews
This makes visual reviews work with private/internal projects. This also has added benefit of using the user's GitLab username and email.
Showing
... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
"@gitlab/at.js": "1.5.5", | "@gitlab/at.js": "1.5.5", | ||
"@gitlab/svgs": "1.119.0", | "@gitlab/svgs": "1.119.0", | ||
"@gitlab/ui": "12.0.0", | "@gitlab/ui": "12.0.0", | ||
"@gitlab/visual-review-tools": "1.5.1", | "@gitlab/visual-review-tools": "1.6.1", | ||
"@sentry/browser": "^5.10.2", | "@sentry/browser": "^5.10.2", | ||
"@sourcegraph/code-host-integration": "0.0.36", | "@sourcegraph/code-host-integration": "0.0.36", | ||
"apollo-cache-inmemory": "^1.6.3", | "apollo-cache-inmemory": "^1.6.3", | ||
... | ... |
Please register or sign in to comment