feat: swap pomelo usernames for discriminators

This commit is contained in:
temptrash
2023-06-10 15:01:12 +02:00
parent 9bc052ea87
commit 86218a7272
6 changed files with 59 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ export default observer(() => {
{(
[
["username", client.user!.username, At],
["username", client.user!.username + "#0000", At],
["email", email, Envelope],
["password", "•••••••••", Key],
] as const