From 0b8181e5ceadf4ebe123894c43854bb5e499629c Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 6 Dec 2024 12:28:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F(backend)=20fix=20few=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix few typos in the docstring. --- src/backend/core/authentication/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/core/authentication/views.py b/src/backend/core/authentication/views.py index 709f2097..dcd2043b 100644 --- a/src/backend/core/authentication/views.py +++ b/src/backend/core/authentication/views.py @@ -145,7 +145,7 @@ def get(self, request): class OIDCAuthenticationCallbackView(MozillaOIDCAuthenticationCallbackView): - """Custom callback view for handling the silent loging flow.""" + """Custom callback view for handling the silent login flow.""" @property def failure_url(self): @@ -162,7 +162,7 @@ def failure_url(self): class OIDCAuthenticationRequestView(MozillaOIDCAuthenticationRequestView): - """Custom authentication view for handling the silent loging flow.""" + """Custom authentication view for handling the silent login flow.""" def get_extra_params(self, request): """Handle 'prompt' extra parameter for the silent login flow