Skip to content

Commit e8a699f

Browse files
committed
Update gitlab-auth.js
1 parent 846bb55 commit e8a699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/gitlab-auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ window.onload = async () => {
7979
window.addEventListener('message', (event) => {
8080

8181
// if redirected from git auth
82-
if (event.source.location.pathname === '/git/gitlab/login') {
82+
if (event.source.location.pathname === '/git/gitlab/oauth') {
8383

8484
// hide intro screen
8585
sidebar.classList.remove('intro');

0 commit comments

Comments
 (0)