mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
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