Skip to content

Commit

Permalink
login issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandippaul committed Dec 8, 2023
1 parent 0a03c2b commit bf758cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scratch/myFirstKey
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
myFirstValue
2 changes: 1 addition & 1 deletion views/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ var ds={ pass:"",email:"",value:"" };
function isloggedin(){
var l=localStorage.getItem("userid");
if( l=="null" ){
if( l=="null" || l==null || l=="undefined" || l==undefined ){
}
else{
Expand Down

0 comments on commit bf758cd

Please sign in to comment.