mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
allow token in get params at stdout endpoint
This commit is contained in:
@@ -209,7 +209,7 @@ class AuthToken(BaseModel):
|
||||
def reason_long(reason):
|
||||
for x in AuthToken.REASON_CHOICES:
|
||||
if x[0] == reason:
|
||||
return x[1]
|
||||
return unicode(x[1])
|
||||
return None
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user