Skip to content

Commit efab8c4

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update Dashboard.jsx
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Anupa Gamage <[email protected]>
1 parent dc87e14 commit efab8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dashboard/Dashboard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import secureLocalStorage from "react-secure-storage"
55
const Dashboard = () => {
66
const navigate = useNavigate()
77
const RoleUser = secureLocalStorage.getItem("Login1");
8-
const EmailUser = secureLocalStorage.getItem("login2");
8+
const EmailUser = secureLocalStorage.getItem("Login2");
99

1010
const logout = () => {
1111
localStorage.clear()

0 commit comments

Comments
 (0)