mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-11 11:17:27 +00:00
♻️(backend) remove internationalization from non-user-facing strings
Remove translation markers from backend strings that are never displayed to users. Streamlines localization process by focusing only on user-visible content that requires actual translation.
This commit is contained in:
committed by
aleb_the_flash
parent
952104fd82
commit
ae4ef48d05
@@ -93,6 +93,6 @@ class OIDCAuthenticationBackend(LaSuiteOIDCAuthenticationBackend):
|
||||
pass
|
||||
except User.MultipleObjectsReturned as e:
|
||||
raise SuspiciousOperation(
|
||||
_("Multiple user accounts share a common email.")
|
||||
"Multiple user accounts share a common email."
|
||||
) from e
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user