We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c96342 commit 7171e59Copy full SHA for 7171e59
bin/login-hedgedoc-via-gitlab.sh
@@ -100,7 +100,7 @@ function step3() {
100
-H 'Accept-Language: en' \
101
--data "grant_type=password&username=${username}&password=${password}" ${token} \
102
-b $cookie -c $cookie \
103
- --insecure -D - | grep Location | cut -c11-)
+ --insecure -D - | grep -i location | cut -c11-)
104
header=${header//[$'\t\r\n']}
105
if [ "$header" = "$GITLAB_CALLBACK_LOCATION" ]; then
106
echo "same callback $header"
0 commit comments