Skip to content

Commit ed0747d

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

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)