Skip to content

Commit 6cfb6c2

Browse files
committed
fix: fixes in layout
1 parent d273af6 commit 6cfb6c2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/pages/credential/GetCredentialApiKey.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const GetCredentialApiKey = () => {
4141

4242
<GetCredential.UnknownError helpLink="https://some_help_link" helpLinkText="Get Help" className="unKnownError" />
4343

44-
<GetCredential.Card title="Your credential is ready to use" paragraph="Check the downloads section of your browser for the ZIP file, or find it where you save downloads on your machine." nextStepsLabel="Next steps" nextStepsHref="/credentials/nextsteps" developerConsoleManage="Manage on Developer console" className="card_developer_console">
44+
<GetCredential.Card title="Your credential is ready to use" paragraph="Check the downloads section of your browser for the ZIP file, or find it where you save downloads on your machine." nextStepsLabel="Next steps" nextStepsHref="/credentials/nextsteps" devConsoleDirection="/console" developerConsoleManage="Manage on Developer Console" className="card_developer_console">
4545

4646
<GetCredential.Card.Side>
4747
<div style="display : flex ; gap : 16px ; flex-direction : column;">
@@ -67,13 +67,13 @@ const GetCredentialApiKey = () => {
6767

6868
</GetCredential.Card>
6969

70-
<GetCredential.Return title="Previously created projects" paragraph="Select a project and access your existing credentials for Firefly - Firefly and Creative Cloud Automation." devConsoleDirection="project_overview|api_overview|credential_overview" nextStepsLabel="Next steps" nextStepsHref="/credentials/nextsteps" developerConsoleManage="Manage on Developer console" className="card_developer_console">
70+
<GetCredential.Return title="Previously created projects" paragraph="Select a project and access your existing credentials for Firefly - Firefly and Creative Cloud Automation." devConsoleDirection="/console" nextStepsLabel="Next steps" nextStepsHref="/credentials/nextsteps" developerConsoleManage="Manage on Developer Console" className="card_developer_console">
7171

7272
<GetCredential.Return.Side>
7373
<GetCredential.Return.Side.Custom>
7474
<div style={{ display: "flex", gap: "30px", flexDirection: "column", width: "100%" }}>
7575
<h3 className='spectrum-Heading spectrum-Heading--sizeM'>Welcome back</h3>
76-
<p className="spectrum-Body spectrum-Body--sizeL">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p>
76+
<p className="spectrum-Body spectrum-Body--sizeM">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p>
7777
</div>
7878
</GetCredential.Return.Side.Custom>
7979
<GetCredential.Return.Side.NewCredential heading="Need another credential?" buttonLabel="Create new credential" />

src/pages/credential/GetCredentialOAuthS2s.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const GetCredentialOAuthS2s = () => {
6565

6666
<GetCredential.UnknownError helpLink="https://some_help_link" helpLinkText="Get Help" className="unKnownError" />
6767

68-
<GetCredential.Card title="Your credential is ready to use" paragraph="Check the downloads section of your browser for the ZIP file, or find it where you save downloads on your machine." nextStepsLabel="Next steps" nextStepsHref="/credentials/nextsteps" developerConsoleManage="Manage on Developer console" className="card_developer_console">
68+
<GetCredential.Card title="Your credential is ready to use" paragraph="Check the downloads section of your browser for the ZIP file, or find it where you save downloads on your machine." nextStepsLabel="Next steps" nextStepsHref="/credentials/nextsteps" developerConsoleManage="Manage on Developer Console" className="card_developer_console" devConsoleDirection="/console">
6969

7070
<GetCredential.Card.Side>
7171
<div style={{ display: "flex", gap: "32px", flexDirection: "column" }}>
@@ -116,18 +116,18 @@ const GetCredentialOAuthS2s = () => {
116116
<GetCredential.Card.CredentialDetails heading="Credential details">
117117
<GetCredential.Card.CredentialDetails.ClientId heading="ClientId" />
118118
<GetCredential.Card.CredentialDetails.ClientSecret heading="Client Secret" buttonLabel="Retrieve and copy client secret" />
119-
{/* <GetCredential.Card.CredentialDetails.OrganizationName heading="Organization" /> */}
119+
<GetCredential.Card.CredentialDetails.Scopes heading="Scopes" scope="openid, AdobeID, read_organizations, firefly_api, ff_apis" />
120120
</GetCredential.Card.CredentialDetails>
121121

122122
</GetCredential.Card>
123123

124-
<GetCredential.Return title="Previously created projects" paragraph="Select a project and access your existing credentials for Firefly - Firefly and Creative Cloud Automation." devConsoleDirection="project_overview|api_overview|credential_overview" developerConsoleManage="Manage all your projects and credentials on Adobe Developer Console" className="card_developer_console">
124+
<GetCredential.Return title="Previously created projects" paragraph="Select a project and access your existing credentials for Firefly - Firefly and Creative Cloud Automation." devConsoleDirection="/console" nextStepsLabel="Next steps" nextStepsHref="/credentials/nextsteps" developerConsoleManage="Manage on Developer Console" className="card_developer_console">
125125

126126
<GetCredential.Return.Side>
127127
<GetCredential.Return.Side.Custom>
128128
<div style={{ display: "flex", gap: "30px", flexDirection: "column", width: "100%" }}>
129129
<h3 className='spectrum-Heading spectrum-Heading--sizeM'>Welcome back</h3>
130-
<p className="spectrum-Body spectrum-Body--sizeL">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p>
130+
<p className="spectrum-Body spectrum-Body--sizeM">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.</p>
131131
</div>
132132
</GetCredential.Return.Side.Custom>
133133
<GetCredential.Return.Side.NewCredential heading="Need another credential?" buttonLabel="Create new credential" />
@@ -136,12 +136,12 @@ const GetCredentialOAuthS2s = () => {
136136
<GetCredential.Return.CredentialDetails heading="Credential details">
137137
<GetCredential.Return.CredentialDetails.ClientId heading="ClientId" />
138138
<GetCredential.Return.CredentialDetails.ClientSecret heading="Client Secret" buttonLabel="Retrieve and copy client secret" />
139-
{/* <GetCredential.Return.CredentialDetails.OrganizationName heading="Organization" /> */}
139+
<GetCredential.Return.CredentialDetails.Scopes heading="Scopes" scope="openid, AdobeID, read_organizations, firefly_api, ff_apis" />
140140
</GetCredential.Return.CredentialDetails>
141141

142142
<GetCredential.Return.ProjectsDropdown label="Projects" subHeading="Only your projects that contain credentials are shown" />
143143

144-
<GetCredential.Return.ManageDeveloperConsole label="Manage all your projects and credentials on Adobe Developer Console" direction='/console' />
144+
<GetCredential.Return.ManageDeveloperConsole label="Manage all your projects and credentials on Adobe Developer Console" direction='/console/projects' />
145145

146146
<GetCredential.Return.AccessToken helpText="" buttonLabel="Generate and copy token" heading="Access Token" />
147147

0 commit comments

Comments
 (0)