diff --git a/src/routes/console/account/identities.svelte b/src/routes/console/account/identities.svelte index 44ad5b772..55a729a0d 100644 --- a/src/routes/console/account/identities.svelte +++ b/src/routes/console/account/identities.svelte @@ -3,7 +3,7 @@ import { CardGrid, Heading } from '$lib/components'; import { Button } from '$lib/elements/forms'; import { - Table, + TableScroll, TableBody, TableCell, TableCellHead, @@ -54,12 +54,12 @@ {:else} - + Provider - Email - Created At - Expiry Date + Email + Created At + Expiry Date @@ -95,7 +95,7 @@ {/each} -
+ {/if}