i want to see if the currentUser that is logged in has a specific username like admin
if ( currentUser.username === "admin") { //some thing happen. }
but my code doesn't work
No comments:
Post a Comment