From c5b0f5304e01a50a42d9f2276915eba53fc751f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Tue, 29 Mar 2022 18:18:11 +0200 Subject: [PATCH] Format --- app/api/views/auth.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/api/views/auth.py b/app/api/views/auth.py index f47d8cde..5508c9f0 100644 --- a/app/api/views/auth.py +++ b/app/api/views/auth.py @@ -168,7 +168,7 @@ def auth_activate(): @api_bp.route("/auth/reactivate", methods=["POST"]) -@limiter.limit('10/minute') +@limiter.limit("10/minute") def auth_reactivate(): """ User asks for another activation code @@ -210,7 +210,7 @@ def auth_reactivate(): @api_bp.route("/auth/facebook", methods=["POST"]) -@limiter.limit('10/minute') +@limiter.limit("10/minute") def auth_facebook(): """ Authenticate user with Facebook @@ -261,7 +261,7 @@ def auth_facebook(): @api_bp.route("/auth/google", methods=["POST"]) -@limiter.limit('10/minute') +@limiter.limit("10/minute") def auth_google(): """ Authenticate user with Google @@ -338,7 +338,7 @@ def auth_payload(user, device) -> dict: @api_bp.route("/auth/forgot_password", methods=["POST"]) -@limiter.limit('10/minute') +@limiter.limit("10/minute") def forgot_password(): """ User forgot password