chore: add helpful hint for new username format

This commit is contained in:
Paul Makles
2023-06-11 19:00:34 +01:00
parent 6d5dd9b13e
commit 4008e3ba6d
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ export default function AddFriend({ ...props }: ModalProps<"add_friend">) {
data={{
username: {
field: "Username",
placeholder: "username#1234",
},
}}
callback={({ username }) =>