Skip to content

Commit

Permalink
Text fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
  • Loading branch information
jfelixh committed Jun 11, 2024
1 parent aa12eb9 commit dd5eea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ Now you can develop and it will hot-reload.

## Logging Configuration

### vclogin

The vclogin server uses the `pino` library for logging. Due to the peculiarities of NextJS, http events are only logged for API routes.

### Ory Hydra

Hydra is set to a minimal log output. To expand log output, edit the hydra service in `compose.yaml`:
Expand Down
4 changes: 2 additions & 2 deletions vclogin/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ export default function Home() {
id="gx-text"
className="text-6xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-purple-600 transition duration-500 ease-in-out transform -translate-y-full"
>
GX Credentials Bridge
SSI-to-OIDC Bridge
</h1>
</div>
<div className="w-full flex align-center justify-center">
This page supports VC-based logins.
This application supports VC-based logins for other services.
</div>
</div>

Expand Down

0 comments on commit dd5eea3

Please sign in to comment.