mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 22:32:26 +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">
|
<Text as="span" size="Inherit" priority="300">
|
||||||
Username:
|
Username:
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
johndoe
|
user123
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="T300">
|
<Text size="T300">
|
||||||
<Text as="span" size="Inherit" priority="300">
|
<Text as="span" size="Inherit" priority="300">
|
||||||
Matrix ID:
|
Matrix ID:
|
||||||
</Text>
|
</Text>
|
||||||
{` @johndoe:${server}`}
|
{` @user123:${server}`}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="T300">
|
<Text size="T300">
|
||||||
<Text as="span" size="Inherit" priority="300">
|
<Text as="span" size="Inherit" priority="300">
|
||||||
Email:
|
Email:
|
||||||
</Text>
|
</Text>
|
||||||
{` johndoe@${server}`}
|
{` user123@${server}`}
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
</Menu>
|
</Menu>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue