Skip to content

Commit 4b2558b

Browse files
committed
add terrible ui element to show the validate error
1 parent 788a7b2 commit 4b2558b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/pages/UserSettingsPage/ExternalAuthPage/ExternalAuthPageView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ const ExternalAuthRow: FC<ExternalAuthRowProps> = ({
141141
)
142142
}
143143
/>
144+
{/* TODO: Style this! */}
145+
{link?.validate_error}
144146
</TableCell>
145147
<TableCell css={{ textAlign: "right" }}>
146148
<LoadingButton

0 commit comments

Comments
 (0)