Skip to content

Commit f89e38a

Browse files
authored
Merge pull request #570 from layer5io/vishalvivekm-patch-1
chore: silence auth flow control error logs
2 parents 5c7b3ca + e9be5f2 commit f89e38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
updateUI(response);
246246

247247
} catch (error) {
248-
console.error("could not set user details.", error);
248+
// console.error("could not set user details.", error);
249249
showSignInButton();
250250
}
251251
};

0 commit comments

Comments
 (0)