mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-10 21:30:33 +08:00
Update app default logo URL.
This commit is contained in:
@@ -60,7 +60,7 @@ func initBuiltInApplication() {
|
|||||||
Name: "app-built-in",
|
Name: "app-built-in",
|
||||||
CreatedTime: util.GetCurrentTime(),
|
CreatedTime: util.GetCurrentTime(),
|
||||||
DisplayName: "Casdoor",
|
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",
|
Organization: "built-in",
|
||||||
EnablePassword: true,
|
EnablePassword: true,
|
||||||
Providers: []string{},
|
Providers: []string{},
|
||||||
|
@@ -47,7 +47,7 @@ class ApplicationListPage extends React.Component {
|
|||||||
name: `application_${this.state.applications.length}`,
|
name: `application_${this.state.applications.length}`,
|
||||||
createdTime: moment().format(),
|
createdTime: moment().format(),
|
||||||
displayName: `New Application - ${this.state.applications.length}`,
|
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,
|
EnablePassword: true,
|
||||||
providers: [],
|
providers: [],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user