Ver código fonte

{creating profile branch}

Jacqueline Joson 5 anos atrás
pai
commit
cd69d80b6c

+ 1
- 0
src/main/webapp/app/layouts/navbar/navbar.component.ts Ver arquivo

@@ -76,4 +76,5 @@ export class NavbarComponent implements OnInit {
76 76
     getImageUrl() {
77 77
         return this.isAuthenticated() ? this.principal.getImageUrl() : null;
78 78
     }
79
+    /*some change*/
79 80
 }