Skip to content

Commit

Permalink
fix(example): include placeholder for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
SafeEval committed Jul 21, 2024
1 parent 1f5a8ea commit 6557466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/docker-compose/ui-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<head>
<title>Demo OIDC UI App</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="#">
</head>

<body id="body">
Expand Down
2 changes: 2 additions & 0 deletions examples/docker-compose/ui-app/oauth2-callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<head>
<title>Demo OIDC UI App Callback</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="#">
</head>

<body id="body">
Expand Down

0 comments on commit 6557466

Please sign in to comment.