mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
username-display-on-settings
Displays username on account settings tab,
This commit is contained in:
parent
af2896efc3
commit
e49e0c3e6e
1 changed files with 255 additions and 255 deletions
|
@ -178,7 +178,8 @@ export function SettingsAccount() {
|
|||
<section className="settings-account__section">
|
||||
<h4>{t("current_email")}</h4>
|
||||
<p>{userDetails?.email ?? t("no_email_account")}</p>
|
||||
|
||||
<h4>Nome de usuário:</h4>
|
||||
<p>{userDetails?.username}</p>
|
||||
<div className="settings-account__actions">
|
||||
<Button
|
||||
theme="outline"
|
||||
|
@ -199,7 +200,6 @@ export function SettingsAccount() {
|
|||
</Button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="settings-account__section">
|
||||
<h3>Hydra Cloud</h3>
|
||||
<div className="settings-account__subscription-info">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue