mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 21:08:18 +00:00
use better name
This commit is contained in:
parent
7cb3c65527
commit
eaeb5f2ae3
@ -67,7 +67,7 @@ class UserModel(db.Model): # type: ignore
|
||||
|
||||
try:
|
||||
payload = jwt.decode(
|
||||
auth_token, secret_key, algorithms="HS256"
|
||||
auth_token, secret_key, algorithms=["HS256"]
|
||||
)
|
||||
return payload
|
||||
except jwt.ExpiredSignatureError as exception:
|
||||
|
Loading…
x
Reference in New Issue
Block a user