Switching username generator library to be less explicit (#1351)

This commit is contained in:
Keith Stevens
2023-02-08 18:32:25 +01:00
committed by GitHub
parent d35220c702
commit 07b58d4021
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { checkCaptcha } from "src/lib/captcha";
import { createApiClientFromUser } from "src/lib/oasst_client_factory";
import prisma from "src/lib/prismadb";
import { BackendUserCore } from "src/types/Users";
import { generateUsername } from "unique-username-generator";
import { generateUsername } from "friendly-username-generator";
const providers: Provider[] = [];