Browse Source

{pushing to register}

Jacqueline Joson 5 years ago
parent
commit
d66864aad8
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/main/webapp/app/layouts/navbar/navbar.component.ts

+ 0
- 1
src/main/webapp/app/layouts/navbar/navbar.component.ts View File

76
     getImageUrl() {
76
     getImageUrl() {
77
         return this.isAuthenticated() ? this.principal.getImageUrl() : null;
77
         return this.isAuthenticated() ? this.principal.getImageUrl() : null;
78
     }
78
     }
79
-    /*some change*/
80
 }
79
 }