remove extra dot from ex message

This commit is contained in:
Arthur Passos 2024-08-27 15:25:41 -03:00
parent a0ab22e031
commit 0b29aef1a0

View File

@ -109,7 +109,7 @@ namespace
if (has_no_password_authentication_method && user.authentication_methods.size() > 1)
{
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Authentication method 'no_password' cannot co-exist with other authentication methods.");
throw Exception(ErrorCodes::BAD_ARGUMENTS, "Authentication method 'no_password' cannot co-exist with other authentication methods");
}
if (!query.alter)