1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-21 23:00:50 +03:00

Cleanup Storybook config and add theme switcher

This commit is contained in:
Quentin Gliech
2022-11-16 11:36:52 +01:00
parent 3f6f060a61
commit 8f4873b535
11 changed files with 5716 additions and 5228 deletions

View File

@@ -41,7 +41,7 @@ const OAuth2Session: React.FC<Props> = ({ session }) => {
<div className="p-2 my-1 bg-grey-50 dark:bg-grey-450 dark:text-white rounded">
<div>
<Typography variant="body">
Client ID: <Code>{data.scope}</Code>
Client ID: <Code>{data.client.clientId}</Code>
</Typography>
</div>
{data.client.clientName && (