Skip to content

Commit

Permalink
Initialize token variable
Browse files Browse the repository at this point in the history
When fixing the bug with token not being set in the WG config when using
the newly added refresh config feature, I accidently introduces this bug.
Fix it by initalizing the variable.

Fixes: 297daf7 ("Fix bug with refreshed config not showing token anymore")
Fixes: #11
Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 committed May 20, 2024
1 parent d4be43b commit 9abcd08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ curl_opts=
refresh_token=
show_regonly=0
teams_ephemeral_token=
token=

# Helper function to send traffic to Cloudflare API without
# tripping up their TLS fingerprinting mechanism and triggering
Expand Down

0 comments on commit 9abcd08

Please sign in to comment.