Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
putuwahyu29 committed Dec 16, 2022
1 parent 7a849a2 commit e55b753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controllers/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function update($username = null)
'alamat' => $user['alamat'],
'no_hp' => $user['no_hp'],
'nim' => $user['nim'],
'profile_photo_url' => 'https://ui-avatars.com/api/?name=a&color=7F9CF5&background=EBF4FF'
'profile_photo_url' => 'https://ui-avatars.com/api/?name=' . $user['username'] . '&background=0D8ABC&color=fff'
]
];
} else {
Expand Down

0 comments on commit e55b753

Please sign in to comment.