Skip to content

Commit 1a96f34

Browse files
committed
Removing unnecessary comments
1 parent c8556ff commit 1a96f34

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

backend/assets/web-pages/reset-pass-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h1 style="font-size: 48px; font-weight: 400; margin: 2">
489489
if (validateMatch() == false) {
490490
return window.alert('Passwords do not match');
491491
} else {
492-
console.log('New password: ', password.value);
492+
//console.log('New password: ', password.value);
493493
document.getElementById('submitBtn').disabled = true;
494494
loading = true;
495495
fetch('{{ url }}', {

backend/src/modules/device/controllers/storx.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async function developerLogin() {
193193
expire: data.expiresAt,
194194
};
195195

196-
console.log('Developer data is:', developer_data);
196+
//console.log('Developer data is:', developer_data);
197197

198198
return developer_data;
199199
}

web_app/Source_webapp/package-lock.json

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web_app/Source_webapp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@visx/pattern": "^3.0.0",
3636
"apexcharts": "^3.37.3",
3737
"axios": "^1.3.4",
38+
"bcrypt": "^6.0.0",
3839
"blockly": "^10.4.3",
3940
"classnames": "^2.3.2",
4041
"d3-dsv": "^3.0.1",

0 commit comments

Comments
 (0)