You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when calling Jwt() it acts the same way as new Jwt(). Instead of returning a new instance of Jwt calling Jwt() without new should throw an error.
The text was updated successfully, but these errors were encountered:
Currently when calling
Jwt()
it acts the same way asnew Jwt()
. Instead of returning a new instance ofJwt
callingJwt()
withoutnew
should throw an error.The text was updated successfully, but these errors were encountered: