Skip to content

Commit e5a3d16

Browse files
committed
chore: reorder
1 parent 42789fd commit e5a3d16

File tree

1 file changed

+1
-1
lines changed
  • Solution 6 - OIDC and Angular client/ClientApp/ClientApp/src/app

1 file changed

+1
-1
lines changed

Solution 6 - OIDC and Angular client/ClientApp/ClientApp/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import { AuthService } from './core/auth/auth.service';
88
})
99
export class AppComponent implements OnInit, OnDestroy {
1010

11+
title = 'app';
1112
constructor(private authService: AuthService) {
1213

1314
}
14-
title = 'app';
1515
ngOnInit(): void {
1616
this.authService.initAuth();
1717
}

0 commit comments

Comments
 (0)