Update app default logo URL.

This commit is contained in:
Yang Luo 2021-02-15 17:17:31 +08:00
parent bf4bbeeb15
commit d44a5ee2c1
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ func initBuiltInApplication() {
Name: "app-built-in",
CreatedTime: util.GetCurrentTime(),
DisplayName: "Casdoor",
Logo: "https://cdn.jsdelivr.net/gh/casbin/static/img/logo@2x.png",
Logo: "https://cdn.casbin.com/logo/logo_384x96.png",
Organization: "built-in",
EnablePassword: true,
Providers: []string{},

View File

@ -47,7 +47,7 @@ class ApplicationListPage extends React.Component {
name: `application_${this.state.applications.length}`,
createdTime: moment().format(),
displayName: `New Application - ${this.state.applications.length}`,
logo: "https://cdn.jsdelivr.net/gh/casbin/static/img/logo@2x.png",
logo: "https://cdn.casbin.com/logo/logo_384x96.png",
EnablePassword: true,
providers: [],
}