Skip to content

Commit

Permalink
update-inst-signin
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Aug 30, 2024
1 parent 69ec15d commit a283e02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ export class InstitutionalComponent implements OnInit {
for (const inst of institutions) {
this._disco.getInstitutionBaseOnID(atob(inst)).subscribe((res) => {
this.userSelectedInstitutions = [res]
this._changeDet.markForCheck()
setTimeout(() => {
if (!this.imageLoadingFinish) {
this.imageLoadingFinish = true
Expand Down

0 comments on commit a283e02

Please sign in to comment.