Skip to content

Commit

Permalink
fix: login toast fixed: #493
Browse files Browse the repository at this point in the history
login success message added on login screen when login success
  • Loading branch information
rahmanharoon committed Nov 18, 2021
1 parent f928808 commit e87e572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export default function Login({ referer }) {
userData
)}${expires}`;
localStorage.setItem("userNullcast", JSON.stringify(userData));
notify(`${data.message}`);
// console.log(document.cookie);

// let progress = JSON.parse(
Expand Down

0 comments on commit e87e572

Please sign in to comment.