mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 10:45:47 +08:00
Update app default logo URL.
This commit is contained in:
parent
bf4bbeeb15
commit
d44a5ee2c1
@ -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{},
|
||||
|
@ -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: [],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user