mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
Update logo.
This commit is contained in:
parent
26502350d3
commit
6368298715
@ -61,7 +61,7 @@ func initBuiltInApplication() {
|
|||||||
Name: "app-built-in",
|
Name: "app-built-in",
|
||||||
CreatedTime: util.GetCurrentTime(),
|
CreatedTime: util.GetCurrentTime(),
|
||||||
DisplayName: "Casdoor",
|
DisplayName: "Casdoor",
|
||||||
Logo: "https://cdn.casbin.com/logo/logo_384x96.png",
|
Logo: "https://cdn.casbin.com/logo/logo_1024x256.png",
|
||||||
Organization: "built-in",
|
Organization: "built-in",
|
||||||
EnablePassword: true,
|
EnablePassword: true,
|
||||||
Providers: []string{},
|
Providers: []string{},
|
||||||
|
@ -48,7 +48,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.casbin.com/logo/logo_384x96.png",
|
logo: "https://cdn.casbin.com/logo/logo_1024x256.png",
|
||||||
EnablePassword: true,
|
EnablePassword: true,
|
||||||
providers: [],
|
providers: [],
|
||||||
redirectUris: [],
|
redirectUris: [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user