Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Mar 14, 2024
1 parent 124f1dd commit 8192900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ <h1 class="orc-font-heading-small" i18n="@@authorize.authorize">
You are currently signed in as:
</p>
<mat-divider class="orcid-divider"></mat-divider>
<div
class="row"
[ngClass]="{ 'center-content': platformInfo.columns4 }"
>
<div class="row" [ngClass]="{ 'center-content': platformInfo.columns4 }">
<div class="col l2 profile-icon-wrapper">
<div class="icon">
<mat-icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export class FormAuthorizeComponent implements OnInit, OnDestroy {
private _titleService: Title
) {
this._platformInfo
.get()
.pipe(take(1))
.subscribe((platform) => this.platformInfo = platform)
.get()
.pipe(take(1))
.subscribe((platform) => (this.platformInfo = platform))

this._user
.getUserSession()
Expand Down

0 comments on commit 8192900

Please sign in to comment.