Skip to content

Commit 2a10c91

Browse files
authored
fix: show git provider id instead of type (#8075)
Fixes #6343.
1 parent ca6b9e9 commit 2a10c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/DeploySettingsPage/GitAuthSettingsPage/GitAuthSettingsPageView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const GitAuthSettingsPageView = ({
4949
<Table className={styles.table}>
5050
<TableHead>
5151
<TableRow>
52-
<TableCell width="25%">Type</TableCell>
52+
<TableCell width="25%">ID</TableCell>
5353
<TableCell width="25%">Client ID</TableCell>
5454
<TableCell width="25%">Match</TableCell>
5555
</TableRow>

0 commit comments

Comments
 (0)