Merge branch 'main' into storefront-nuxt
This commit is contained in:
commit
8f12f9c085
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class VerifyJSONWebToken(BaseMutation):
|
|||
serializer.is_valid(raise_exception=True)
|
||||
# noinspection PyTypeChecker
|
||||
return VerifyJSONWebToken(
|
||||
token_is_valid=True, user=User.objects.get(uuid=serializer.validated_data["user"]["uuid"])
|
||||
token_is_valid=True, user=User.objects.get(uuid=serializer.validated_data["user"]["uuid"])
|
||||
)
|
||||
detail = traceback.format_exc() if settings.DEBUG else ""
|
||||
# noinspection PyTypeChecker
|
||||
|
|
|
|||
Loading…
Reference in a new issue