mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(schemas): update management api access name/desc to sentence case (#4599)
This commit is contained in:
parent
aad3e2c7bb
commit
50a5b14e18
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ enum PredefinedScope {
|
|||
|
||||
const getManagementApiResourceIndicator = (tenantId: string) => `https://${tenantId}.logto.app/api`;
|
||||
|
||||
const managementApiAccessRoleName = 'Management API Access';
|
||||
const managementApiAccessRoleDescription = 'Management API Access';
|
||||
const managementApiAccessRoleName = 'Management API access';
|
||||
const managementApiAccessRoleDescription = 'Management API access';
|
||||
|
||||
const alteration: AlterationScript = {
|
||||
up: async (pool) => {
|
||||
|
|
Loading…
Reference in a new issue