0
Fork 0
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:
Darcy Ye 2023-09-28 13:29:50 +08:00 committed by GitHub
parent aad3e2c7bb
commit 50a5b14e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {