mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
feat: back port discriminators and display names
This commit is contained in:
@@ -37,7 +37,13 @@ export default observer(() => {
|
||||
|
||||
{(
|
||||
[
|
||||
["username", client.user!.username + "#0000", At],
|
||||
[
|
||||
"username",
|
||||
client.user!.username +
|
||||
"#" +
|
||||
client.user!.discriminator,
|
||||
At,
|
||||
],
|
||||
["email", email, Envelope],
|
||||
["password", "•••••••••", Key],
|
||||
] as const
|
||||
|
||||
Reference in New Issue
Block a user