Skip to content

Commit 31226ec

Browse files
Merge pull request #12 from tngraves/logOut
LoginContext Not Fully Implemented
2 parents 1af3dac + a482849 commit 31226ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/context/LoginContext.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//this file is to be used for login capabilities, however it is not fully implemented
12
import React, { useState, useCallback } from 'react';
23
import Electron from 'electron';
34

@@ -77,4 +78,5 @@ return (
7778
);
7879
});
7980

80-
export default LoginContextProvider;
81+
export default LoginContextProvider;
82+
//

0 commit comments

Comments
 (0)