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 23623b2 commit d9775dbCopy full SHA for d9775db
src/components/codeKeywords/orgAuthTokenCreator.tsx
@@ -111,7 +111,7 @@ export function OrgAuthTokenCreator() {
111
}
112
113
if (tokenState.status === 'success') {
114
- return <Fragment>{tokenState.token}</Fragment>;
+ return <span className="whitespace-pre-wrap break-all">{tokenState.token}</span>;
115
116
117
if (tokenState.status === 'error') {
0 commit comments