forked from abner/for-legacy-web
chore: add helpful hint for new username format
This commit is contained in:
@@ -23,6 +23,7 @@ export default function AddFriend({ ...props }: ModalProps<"add_friend">) {
|
||||
data={{
|
||||
username: {
|
||||
field: "Username",
|
||||
placeholder: "username#1234",
|
||||
},
|
||||
}}
|
||||
callback={({ username }) =>
|
||||
|
||||
Reference in New Issue
Block a user