We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846bb55 commit e8a699fCopy full SHA for e8a699f
git/gitlab-auth.js
@@ -79,7 +79,7 @@ window.onload = async () => {
79
window.addEventListener('message', (event) => {
80
81
// if redirected from git auth
82
- if (event.source.location.pathname === '/git/gitlab/login') {
+ if (event.source.location.pathname === '/git/gitlab/oauth') {
83
84
// hide intro screen
85
sidebar.classList.remove('intro');
0 commit comments