Skip to content

Commit

Permalink
Remove the unnecessary Languge UI
Browse files Browse the repository at this point in the history
Fixes #29
  • Loading branch information
iandunn committed Dec 15, 2022
1 parent 8b660e3 commit 3d19429
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions settings/src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function Main() {
'account-status': AccountStatus,
'email' : EmailAddress,
'password': Password,
'language': Language,
'two-factor-status': TwoFactorStatus,
'setup-totp': SetupTOTP,
'backup-codes': GenerateBackupCodes,
Expand Down Expand Up @@ -135,18 +134,6 @@ function Password() {
);
}

/**
* Render the Language setting.
*/
function Language() {
return (
<p>
Language:
dropdown field
</p>
);
}

/**
* Render the user's 2FA status.
*/
Expand Down

0 comments on commit 3d19429

Please sign in to comment.