Skip to content

Commit

Permalink
LPS-181325 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 22, 2023
1 parent 5188016 commit 113dd69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let oAuth2Client;

try {
oAuth2Client = Liferay.OAuth2Client.FromUserAgentApplication(
'liferay-sample-node-oauth-application-user-agent'
'liferay-sample-etc-node-oauth-application-user-agent'
);
}
catch (error) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ assemble:
- include:
- "**/*.js"
- package.json
liferay-sample-node-oauth-application-user-agent:
liferay-sample-etc-node-oauth-application-user-agent:
.serviceAddress: localhost:3001
.serviceScheme: http
name: Liferay Sample Node OAuth Application User Agent
name: Liferay Sample Etc Node OAuth Application User Agent
scopes:
- Liferay.Headless.Admin.Workflow.everything
type: oAuthApplicationUserAgent
liferay-sample-node-object-action-1:
name: Liferay Sample Node Object Action 1
oAuth2ApplicationExternalReferenceCode: liferay-sample-node-oauth-application-user-agent
oAuth2ApplicationExternalReferenceCode: liferay-sample-etc-node-oauth-application-user-agent
resourcePath: /sample/object/action/1
type: objectAction
liferay-sample-node-object-action-2:
name: Liferay Sample Node Object Action 2
oAuth2ApplicationExternalReferenceCode: liferay-sample-node-oauth-application-user-agent
oAuth2ApplicationExternalReferenceCode: liferay-sample-etc-node-oauth-application-user-agent
resourcePath: /sample/object/action/2
type: objectAction
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
process.env.LIFERAY_ROUTES_DXP,
],
'liferay.oauth.application.external.reference.codes':
'liferay-sample-node-oauth-application-user-agent',
'liferay-sample-etc-node-oauth-application-user-agent',
'readyPath': '/ready',
'server.port': 3001,
};
2 changes: 1 addition & 1 deletion workspaces/refresh_liferay_sample_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ let oAuth2Client;
try {
oAuth2Client = Liferay.OAuth2Client.FromUserAgentApplication(
'liferay-sample-node-oauth-application-user-agent'
'liferay-sample-etc-node-oauth-application-user-agent'
);
}
catch (error) {
Expand Down

0 comments on commit 113dd69

Please sign in to comment.