Skip to content

Commit

Permalink
mm
Browse files Browse the repository at this point in the history
  • Loading branch information
joy2362 committed Oct 13, 2020
1 parent 78cb40b commit b709039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/helper/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ class Token {
isValid(token){
const payload =this.payload(token);
if(payload){
if (payload.iss === "http://testseu.herokuapp.com/api/auth/login" ) {
// if (payload.iss === "http://testseu.herokuapp.com/api/auth/login" ) {
return true
}
// }
}
return false;
}
Expand Down

0 comments on commit b709039

Please sign in to comment.