Maksya

Untitled

Jul 13th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.44 KB | None | 0 0
  1. {
  2.     errors: {
  3.         password_reset_token: ["The selected password reset token is invalid."]
  4.     },
  5.     …
  6. }
  7. error
  8.     :
  9.     true
  10. errors
  11.     : {
  12.         password_reset_token: ["The selected password reset token is invalid."]
  13.     }
  14. password_reset_token
  15.     : ["The selected password reset token is invalid."]
  16. 0
  17.     :
  18.     "The selected password reset token is invalid."
  19. message
  20.     :
  21.     "Validation errors"
  22. popup
  23.     : []
Advertisement
Add Comment
Please, Sign In to add comment