mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
Add DefaultAvatar to org.
This commit is contained in:
@ -141,7 +141,7 @@ func (c *ApiController) Signup() {
|
||||
Type: "normal-user",
|
||||
Password: form.Password,
|
||||
DisplayName: form.Name,
|
||||
Avatar: "https://casbin.org/img/casbin.svg",
|
||||
Avatar: organization.DefaultAvatar,
|
||||
Email: form.Email,
|
||||
Phone: form.Phone,
|
||||
Affiliation: form.Affiliation,
|
||||
|
Reference in New Issue
Block a user