Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dlight committed Sep 29, 2023
1 parent c80f9bf commit 789e042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Files are passed between daemons as raw file descriptors and using abstract sock
- Keysas-fido: Command line utility to manage Yubikeys 5 enrollment
- Keysas-backend: Create a websocket server to send different json values to the keysas-frontend
- Keysas-frontend: Readonly Vue.js Frontend for the final user
- Keysas-firewall (WIP): Provide a Windows 10 application to verify that document has been signed by a Keysas station.
- Keysas-firewall (WIP): Provide a Windows 10 application to verify that documents have been signed by a Keysas station.

## Build && Installation

Expand Down
4 changes: 2 additions & 2 deletions keysas-admin/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<script type="module" crossorigin src="/assets/index-b599f143.js"></script>
<link rel="stylesheet" href="/assets/index-bf99763e.css">
<script type="module" crossorigin src="/assets/index-76dd88de.js"></script>
<link rel="stylesheet" href="/assets/index-72b28e47.css">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 789e042

Please sign in to comment.