Skip to content

Commit

Permalink
Remove auth-session
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Aug 1, 2024
1 parent e546df4 commit 6c357a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/globe_cli/lib/src/utils/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class GlobeApi {
defaultHeaders: {
if (auth.currentSession?.jwt case final jwt?)
'Authorization': 'Bearer $jwt',
// 'Cookie': 'auth_session=zeg83dxa9kvzjosxglzkt2npc2jypab5380kyjzi'
},
);
},
Expand Down

0 comments on commit 6c357a5

Please sign in to comment.