fix: ticket bug

pull/6828/head
feng626 3 years ago committed by Jiangjie.Bai
parent 3ba07867c8
commit 17a5e919d5

@ -415,11 +415,11 @@ class AuthMixin(PasswordEncryptionViewMixin):
return
elif ticket.state_reject:
raise errors.LoginConfirmOtherError(
ticket.id, ticket.get_action_display()
ticket.id, ticket.get_state_display()
)
elif ticket.state_close:
raise errors.LoginConfirmOtherError(
ticket.id, ticket.get_action_display()
ticket.id, ticket.get_state_display()
)
else:
raise errors.LoginConfirmOtherError(

Loading…
Cancel
Save