mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 20:35:15 +00:00
format
This commit is contained in:
@@ -32,10 +32,10 @@ jest.mock("../src/client/Utils", () => ({
|
||||
}));
|
||||
|
||||
import {
|
||||
MAX_USERNAME_LENGTH,
|
||||
MIN_USERNAME_LENGTH,
|
||||
fixProfaneUsername,
|
||||
isProfaneUsername,
|
||||
MAX_USERNAME_LENGTH,
|
||||
MIN_USERNAME_LENGTH,
|
||||
sanitizeUsername,
|
||||
validateUsername,
|
||||
} from "../src/core/validations/username";
|
||||
|
||||
Reference in New Issue
Block a user