Set favicon for OpenId views

This commit is contained in:
Johannes Zellner
2023-05-11 12:15:10 +02:00
parent 89c5b81eb0
commit 9024844449
6 changed files with 21 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@
<title>Authorize <%= name %></title>
<link id="favicon" type="image/png" rel="icon" href="/api/v1/cloudron/avatar">
<link rel="apple-touch-icon" href="/api/v1/cloudron/avatar">
<link rel="icon" href="/api/v1/cloudron/avatar">
<!-- Theme CSS -->
<link type="text/css" rel="stylesheet" href="/theme.css">