Skip to content

Commit

Permalink
fixes #162
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Jul 6, 2023
1 parent 203f9f4 commit d1132ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/las2peer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export class Las2peerService {
'Basic ' + btoa(`${username}:${sub}`);
}
if (token) {
options.headers['access-token'] = token;
options.headers.access_token = token;
}
} catch (error) {
Expand Down

0 comments on commit d1132ec

Please sign in to comment.