We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250e6fd commit 3fdcc84Copy full SHA for 3fdcc84
src/frontend/wwwroot/utils.js
@@ -20,7 +20,7 @@ window.GetAuthDetails = async () => {
20
// Check if the request is successful
21
if (!authResponse.ok) {
22
if(getStoredData('authEnabled') === 'false') {
23
- //Authentication is disabled. Will use mock user
+ //Authentication is disabled. Will use mock user
24
console.log("Authentication Disabled. Using mock user details.");
25
26
const headers = getMockUserHeaders();
0 commit comments