Skip to content

Commit 3fdcc84

Browse files
added extra space
1 parent 250e6fd commit 3fdcc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/wwwroot/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ window.GetAuthDetails = async () => {
2020
// Check if the request is successful
2121
if (!authResponse.ok) {
2222
if(getStoredData('authEnabled') === 'false') {
23-
//Authentication is disabled. Will use mock user
23+
//Authentication is disabled. Will use mock user
2424
console.log("Authentication Disabled. Using mock user details.");
2525

2626
const headers = getMockUserHeaders();

0 commit comments

Comments
 (0)