Fix basic auth not asking for credentials

This commit is contained in:
alegru 2024-07-14 17:05:47 +02:00
parent 9afbc96e5b
commit 80569d7b5e

View file

@ -11,7 +11,7 @@
<meta name="msapplication-config" content="assets/icons/browserconfig.xml">
<link rel="shortcut icon" href="favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<link rel="manifest" href="manifest.webmanifest">
<link rel="manifest" href="manifest.webmanifest" crossorigin="use-credentials">
<meta name="theme-color" content="#212529">
</head>
<body>