Linters
This commit is contained in:
parent
95931792a5
commit
09b942f1c0
1 changed files with 5 additions and 2 deletions
|
@ -112,8 +112,11 @@ class ENSCASBackend:
|
||||||
account_created = True
|
account_created = True
|
||||||
|
|
||||||
post_cas_connect.send(
|
post_cas_connect.send(
|
||||||
UserModel, instance=user, created=account_created, cas_login=cas_login,
|
UserModel,
|
||||||
attributes=attributes
|
instance=user,
|
||||||
|
created=account_created,
|
||||||
|
cas_login=cas_login,
|
||||||
|
attributes=attributes,
|
||||||
)
|
)
|
||||||
return user
|
return user
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue