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