Skip to content

Commit 019029b

Browse files
authored
Add files via upload
1 parent c35cf86 commit 019029b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

finpulse.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,7 @@ <h2>Choose an Option</h2>
10121012
<button onclick="location.href='location.href='https://microintel.github.io/endgram/file/coding.html';modal.close()"> Portfolio Management </button>
10131013
<button onclick="location.href='https://microintel.github.io/endgram/file/coding.html';modal.close()"> Statements</button>
10141014
<button onclick="location.href='https://microintel.github.io/endgram/file/coding.html';modal.close()"> Bills </button>
1015+
<button onclick="location.href='logout.html';modal.close()"> LogOut </button>
10151016
10161017
</div>
10171018
`);

login.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
e.preventDefault();
100100
const ux = document.getElementById('u').value;
101101
const px = document.getElementById('p').value;
102-
const pi = document.getElementById('logpin').value;
102+
const pi = "1234";
103103
const fileInput = document.getElementById('fileInput');
104104

105105
if (fileInput.files.length > 0) {
@@ -158,6 +158,7 @@
158158
nkndata = data[key];
159159
}
160160
os.put(data[key], key);
161+
161162
}
162163

163164
tx.oncomplete = () => {

0 commit comments

Comments
 (0)