style(auth): format SSO implementation
This commit is contained in:
@@ -76,7 +76,11 @@ class SsoStartView(APIView):
|
||||
required=False,
|
||||
)
|
||||
],
|
||||
responses={307: "Переход к провайдеру SSO", 400: "Некорректный путь", 503: "SSO отключён"},
|
||||
responses={
|
||||
307: "Переход к провайдеру SSO",
|
||||
400: "Некорректный путь",
|
||||
503: "SSO отключён",
|
||||
},
|
||||
)
|
||||
def get(self, request):
|
||||
if not settings.SSO_ENABLED:
|
||||
|
||||
Reference in New Issue
Block a user