This commit is contained in:
2025-06-25 23:44:48 +03:00
parent ac99cef842
commit 652b391d6f
3 changed files with 32 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ module Players
rescue ArgumentError => e
[400, e.message]
rescue Sequel::UniqueConstraintViolation
[400, "Account already exists with this username or username!"]
[400, "Account already exists with this email or username!"]
end
def self.verify(code)