Skip to content

Commit

Permalink
update tenant logo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfischer1108 committed Aug 4, 2023
1 parent 5c5fa0a commit 66a602c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ export class LoginBoxOverviewComponent implements DynamicContentViewItem, OnInit

ngOnInit(): void {

this.describeDescriptor();

this.externalProviderTemplateService.getSummaries()
.subscribe(externalTemplates => {
this.externalProviderTemplateSummaries = externalTemplates;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class LoginDescriptorService {
get(tenantId: string) {
const token = this.cookieService.getCookie('iridium-token')
const headers = new HttpHeaders({
'Accept': 'application/vnd.iridium.id.login-descriptor-response.1+json',
'Accept': 'application/json',
'Authorization': 'Bearer ' + token
})
const options = { headers: headers }
Expand Down

0 comments on commit 66a602c

Please sign in to comment.