Compare commits
No commits in common. "e62c185f356081e6befa0d56d7f045a4fd4d7e66" and "b9ee39399c998ea106528772d7866922a07edf36" have entirely different histories.
e62c185f35
...
b9ee39399c
@ -40,6 +40,7 @@ export class AvatarComponent implements OnInit {
|
||||
|
||||
refresh(user: IUser) {
|
||||
if (!user) return null;
|
||||
debugger;
|
||||
const apiEndpoint = this.appConfig.getConfig("apiEndPoint");
|
||||
this.src = `${apiEndpoint}/api/v1/users/${user.code}/avatar`;
|
||||
this.name = user.firstName && user.lastName ?
|
||||
|
Loading…
Reference in New Issue
Block a user