We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ab8fa commit 25bb1e8Copy full SHA for 25bb1e8
src/Pages/GlobalConfigurations/Authorization/APITokens/GenerateModal.tsx
@@ -71,7 +71,11 @@ const GenerateModal = ({
71
72
<InfoBlock
73
heading="API Token"
74
- description={token}
+ description={
75
+ <div className="fs-13 font-roboto flexbox dc__word-break" data-testid="generated-token">
76
+ {token}
77
+ </div>
78
+ }
79
variant="success"
80
customIcon={<Icon name="ic-key" color="G500" />}
81
/>
0 commit comments