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 4f5650e commit eb7e0c3Copy full SHA for eb7e0c3
src/modules/auth.js
@@ -57,7 +57,6 @@ export function admin(returnFunction) {
57
58
export function ta(returnFunction) {
59
ui.view();
60
- console.log(authModalOpen)
61
if (authModalOpen) return;
62
ui.startLoader();
63
ui.modal({
0 commit comments