mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
chore: add helpful hint for new username format
This commit is contained in:
parent
636367faea
commit
c5ca579c95
2 changed files with 2 additions and 1 deletions
2
external/revolt.js
vendored
2
external/revolt.js
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 0c3da5fac33391e937d1631d2ba65d36c04425d6
|
Subproject commit 783c8d1a3e3ad6071d268b18077569262ea61602
|
|
@ -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 }) =>
|
||||||
|
|
Loading…
Reference in a new issue