Update logo.

This commit is contained in:
Yang Luo 2021-03-21 15:31:31 +08:00
parent 26502350d3
commit 6368298715
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ func initBuiltInApplication() {
Name: "app-built-in",
CreatedTime: util.GetCurrentTime(),
DisplayName: "Casdoor",
Logo: "https://cdn.casbin.com/logo/logo_384x96.png",
Logo: "https://cdn.casbin.com/logo/logo_1024x256.png",
Organization: "built-in",
EnablePassword: true,
Providers: []string{},

View File

@ -48,7 +48,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.casbin.com/logo/logo_384x96.png",
logo: "https://cdn.casbin.com/logo/logo_1024x256.png",
EnablePassword: true,
providers: [],
redirectUris: [],