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