We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac416bf commit 25c9ce0Copy full SHA for 25c9ce0
server/envstore/store.go
@@ -35,7 +35,7 @@ var EnvInMemoryStoreObj = &EnvInMemoryStore{
35
constants.EnvKeyAdminCookieName: "authorizer-admin",
36
constants.EnvKeyJwtRoleClaim: "role",
37
constants.EnvKeyOrganizationName: "Authorizer",
38
- constants.EnvKeyOrganizationLogo: "https://www.authorizer.io/images/logo.png",
+ constants.EnvKeyOrganizationLogo: "https://www.authorizer.dev/images/logo.png",
39
},
40
BoolEnv: map[string]bool{
41
constants.EnvKeyDisableBasicAuthentication: false,
0 commit comments