mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
update sample names from login username input
This commit is contained in:
parent
1c0846d830
commit
647a561607
1 changed files with 3 additions and 3 deletions
|
@ -72,19 +72,19 @@ function UsernameHint({ server }: { server: string }) {
|
|||
<Text as="span" size="Inherit" priority="300">
|
||||
Username:
|
||||
</Text>{' '}
|
||||
johndoe
|
||||
user123
|
||||
</Text>
|
||||
<Text size="T300">
|
||||
<Text as="span" size="Inherit" priority="300">
|
||||
Matrix ID:
|
||||
</Text>
|
||||
{` @johndoe:${server}`}
|
||||
{` @user123:${server}`}
|
||||
</Text>
|
||||
<Text size="T300">
|
||||
<Text as="span" size="Inherit" priority="300">
|
||||
Email:
|
||||
</Text>
|
||||
{` johndoe@${server}`}
|
||||
{` user123@${server}`}
|
||||
</Text>
|
||||
</Box>
|
||||
</Menu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue