aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/account/account.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/account/account.model.ts')
-rw-r--r--client/src/app/shared/account/account.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/account/account.model.ts b/client/src/app/shared/account/account.model.ts
index 9d1fd3e1d..3a29ec979 100644
--- a/client/src/app/shared/account/account.model.ts
+++ b/client/src/app/shared/account/account.model.ts
@@ -16,6 +16,6 @@ export class Account implements ServerAccount {
16 static GET_ACCOUNT_AVATAR_PATH (account: Account) { 16 static GET_ACCOUNT_AVATAR_PATH (account: Account) {
17 if (account && account.avatar) return account.avatar.path 17 if (account && account.avatar) return account.avatar.path
18 18
19 return environment.apiUrl + '/client/assets/images/default-avatar.png' 19 return '/client/assets/images/default-avatar.png'
20 } 20 }
21} 21}