Dashboard Authentication - Social Auth Views
Django Account Authentication Social Auth views.
-
class smarter.apps.account.views.authentication.social_auth.SocialAuthAlreadyAssociatedView(**kwargs)[source]
Bases: SmarterNeverCachedWebView
View for social auth account already associated page.
-
get(request, *args, **kwargs)[source]
Handle GET requests and return a cleaned HttpResponse.
- Parameters:
request (HttpRequest) – The HTTP request object.
- Returns:
An HttpResponse with the cleaned HTML content.
- Return type:
HttpResponse
-
template_path: str = 'account/authentication/social-auth-already-associated.html'