Skip to content

Commit 397196f

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2565 lint fix
1 parent 4d5359b commit 397196f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/log-in/log-in.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class LogInComponent implements OnInit, OnDestroy {
158158
this.canShowDivider$ = combineLatest([
159159
this.canRegister$,
160160
this.canForgot$,
161-
this.route.data
161+
this.route.data,
162162
]).pipe(
163163
map(([canRegister, canForgot, routeData]) => (canRegister || canForgot) && !routeData?.isBackDoor),
164164
filter(Boolean),

0 commit comments

Comments
 (0)