Skip to content

Commit c2ef664

Browse files
TaykYokufstagni
andcommitted
fix: Update src/DIRAC/FrameworkSystem/private/authorization/AuthServer.py
Co-authored-by: fstagni <[email protected]>
1 parent 78a7d50 commit c2ef664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/FrameworkSystem/private/authorization/AuthServer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def registerRefreshToken(self, payload, token):
246246
return S_OK(token)
247247

248248
def getIdPAuthorization(self, provider, request):
249-
"""Submit subsession to authorize with choosed provider and return dict with authorization url and session number
249+
"""Submit subsession to authorize with chosen provider and return dict with authorization url and session number
250250
251251
:param str provider: provider name
252252
:param object request: main session request

0 commit comments

Comments
 (0)