Skip to content

Commit

Permalink
Merge pull request #148 from rpuigm/feature/UnitTests
Browse files Browse the repository at this point in the history
fix: secret delated
  • Loading branch information
rpuigm authored Feb 16, 2024
2 parents 69d51e6 + 62b9ce8 commit 0f14e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientes-app/src/app/persona/persona.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class PersonaServices implements OnInit {
private _usuario: Usuario;
private _token: any;
urlToken: string = 'http://https://psychic-succotash-5x944xv45qjh4wxr-8090.app.github.dev/api/security/oauth/token';
private httpHeaders = new HttpHeaders({ 'Content-Type': 'application/json', 'X-Github-Token':'ghu_CPMN4vJ3Tl4E6OlhqVXd3cSOwvvQWW4HIwib' });
private httpHeaders = new HttpHeaders({ 'Content-Type': 'application/json' });

constructor(private httpClient: HttpClient) {}

Expand Down

0 comments on commit 0f14e5d

Please sign in to comment.