Skip to content

Commit ef3c623

Browse files
committed
🧹
1 parent 0092d93 commit ef3c623

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

site/src/components/ExternalIcon/ExternalIcon.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { type Interpolation, type Theme } from "@emotion/react";
22
import { type FC, type ImgHTMLAttributes } from "react";
3-
import colors from "theme/tailwind";
43

54
interface ExternalIconProps extends ImgHTMLAttributes<HTMLImageElement> {
65
size?: number;

site/src/pages/CliAuthPage/CliAuthPageView.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,13 @@ export const CliAuthPageView: FC<CliAuthPageViewProps> = ({ sessionToken }) => {
3232
}}
3333
>
3434
Copy the session token below and{" "}
35-
<strong
36-
css={{
37-
whiteSpace: "nowrap",
38-
}}
39-
>
35+
<strong css={{ whiteSpace: "nowrap" }}>
4036
paste it in your terminal
4137
</strong>
4238
.
4339
</p>
4440

45-
<CodeExample code={sessionToken} password />
41+
<CodeExample code={sessionToken} secret />
4642

4743
<div
4844
css={{

0 commit comments

Comments
 (0)