Browse Source

Merge branch 'register' of https://git.zipcode.rocks/ElliottStansbury/JhipsterGroupProject-Client into home

Elliott Stansbury 5 years ago
parent
commit
cc908d6f5c
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

79
     getImageUrl() {
79
     getImageUrl() {
80
         return this.isAuthenticated() ? this.principal.getImageUrl() : null;
80
         return this.isAuthenticated() ? this.principal.getImageUrl() : null;
81
     }
81
     }
82
-    /*some change*/
83
 }
82
 }