From 2ef9d302b0f27e55f1d8e6f39fdbdaeb3bbda8b0 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Tue, 19 Oct 2021 00:45:21 -0300 Subject: [PATCH] =?UTF-8?q?Arrumar=20erro=20de=20digita=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/views/authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/views/authentication.py b/api/views/authentication.py index 768fd64..34535a3 100644 --- a/api/views/authentication.py +++ b/api/views/authentication.py @@ -5,7 +5,7 @@ from .fetch import get_trainer_by_nick_fail, NotFound from .errors import AuthenticationFailure import jwt -# authenticação do trainer (decorator) +# autenticação do trainer (decorator) def token_required(f): @wraps(f) def decorated(*args, **kwargs):