Skip to content

Commit 687dc56

Browse files
Prepare to update ng version
1 parent 3f051b3 commit 687dc56

3 files changed

Lines changed: 2818 additions & 4317 deletions

File tree

src/Web/WebSPA/Client/modules/shared/components/identity/identity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class Identity implements OnInit {
2929
this.service.AuthorizedCallback();
3030
}
3131

32-
console.log('identity component, checking authorized' + this.service.IsAuthorized);
32+
console.log('identity component, checking authorized ' + this.service.IsAuthorized);
3333
this.authenticated = this.service.IsAuthorized;
3434

3535
if (this.authenticated) {

0 commit comments

Comments
 (0)