Skip to content

Commit

Permalink
✏️(backend) fix few typos
Browse files Browse the repository at this point in the history
Fix few typos in the docstring.
  • Loading branch information
lebaudantoine authored and rouja committed Dec 6, 2024
1 parent 8b2365d commit 0b8181e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/core/authentication/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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
Expand Down

0 comments on commit 0b8181e

Please sign in to comment.