forked from shaba/openuds
Fixed id on auth list on REST api
This commit is contained in:
parent
739ee728d3
commit
238f08b7dd
@ -140,7 +140,7 @@ class Auths(Handler):
|
||||
for a in Authenticator.objects.all():
|
||||
if a.getType().isCustom() is False:
|
||||
yield {
|
||||
'authId': a.id,
|
||||
'authId': a.uuid,
|
||||
'authSmallName': str(a.small_name),
|
||||
'auth': a.name,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user