Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
guyp-descope committed Feb 20, 2024
1 parent e88e072 commit 4cfd38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/descope/api/v1/management/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ module Common
USER_ADD_ROLE_PATH = '/v1/mgmt/user/update/role/add'
USER_REMOVE_ROLE_PATH = '/v1/mgmt/user/update/role/remove'
USER_SET_TEMPORARY_PASSWORD_PATH = '/v1/mgmt/user/password/set/temporary'
USER_SET_ACTIVE_PASSWORD_PATH = '/v1/mgmt/user/password/set/active'
USER_SET_PASSWORD_PATH = '/v1/mgmt/user/password/set'
USER_SET_ACTIVE_PASSWORD_PATH = '/v1/mgmt/user/password/set/active'
USER_SET_PASSWORD_PATH = '/v1/mgmt/user/password/set'
USER_EXPIRE_PASSWORD_PATH = '/v1/mgmt/user/password/expire'
USER_ADD_TENANT_PATH = '/v1/mgmt/user/update/tenant/add'
USER_REMOVE_TENANT_PATH = '/v1/mgmt/user/update/tenant/remove'
Expand Down

0 comments on commit 4cfd38a

Please sign in to comment.