1
0

Improve error message

This commit is contained in:
Brendan Abolivier
2020-04-23 17:22:47 +02:00
parent 456fa172cf
commit 09cb7dec5f
+1 -1
View File
@@ -126,7 +126,7 @@ class EmailRegisterRequestTokenRestServlet(RestServlet):
if not await check_3pid_allowed(self.hs, "email", email):
raise SynapseError(
403,
"Your email domain is not authorized to register on this server",
"You currently can't create an account with this email address",
Codes.THREEPID_DENIED,
)