Make pre-commit happy

This commit is contained in:
colcrunch 2023-12-11 18:37:35 -05:00
parent 65e1545a66
commit c15b955d5e

View File

@ -173,7 +173,8 @@ def sso_login(request, token):
return redirect('registration_register') return redirect('registration_register')
# Logging in with an alt is not allowed due to security concerns. # Logging in with an alt is not allowed due to security concerns.
token.delete() token.delete()
messages.error(request, messages.error(
request,
_('Unable to authenticate as the selected character. ' _('Unable to authenticate as the selected character. '
'Please log in with the main character associated with this account.') 'Please log in with the main character associated with this account.')
) )