Fixes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user