mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Make pre-commit happy
This commit is contained in:
parent
65e1545a66
commit
c15b955d5e
@ -173,7 +173,8 @@ def sso_login(request, token):
|
||||
return redirect('registration_register')
|
||||
# Logging in with an alt is not allowed due to security concerns.
|
||||
token.delete()
|
||||
messages.error(request,
|
||||
messages.error(
|
||||
request,
|
||||
_('Unable to authenticate as the selected character. '
|
||||
'Please log in with the main character associated with this account.')
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user