Fix basic auth not asking for credentials

pull/471/head
alegru 2024-07-14 17:05:47 +02:00
parent 9afbc96e5b
commit 80569d7b5e
1 changed files with 1 additions and 1 deletions

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>