chore: add helpful hint for new username format

This commit is contained in:
Paul Makles
2023-06-11 19:00:34 +01:00
parent 636367faea
commit c5ca579c95
2 changed files with 2 additions and 1 deletions

View File

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