1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Fixed notify action

This commit is contained in:
Adolfo Gómez García 2023-05-10 23:22:56 +02:00
parent 8c9b326c3c
commit 8891da5987
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -735,7 +735,7 @@ class Notify(ActorV3Action):
try:
# Check block manually
checkBlockedIp(self._request) # pylint: disable=protected-access
if 'action' == 'login':
if self._params['action'] == 'login':
Login.action(typing.cast(Login, self))
else:
Logout.action(typing.cast(Logout, self))