misc: minor ui

This commit is contained in:
Sheen Capadngan
2024-11-14 03:22:02 +08:00
parent b050db84ab
commit 5b0dbf04b2
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ export const OrgGenericAuthSection = () => {
Enforce members to authenticate with MFA in order to access the organization
</p>
{currentOrg?.enforceMfa && (
<FormControl label="Preferred 2FA method" className="mt-3">
<FormControl label="Required 2FA method" className="mt-3">
<Select
className="min-w-[20rem] border border-mineshaft-500"
onValueChange={handleUpdateSelectedMfa}

View File

@@ -147,7 +147,7 @@ export const MFASection = () => {
</Select>
</FormControl>
)}
<div className="mt-12 text-lg font-semibold text-mineshaft-100">Mobile Authenticator</div>
<div className="mt-10 text-lg font-semibold text-mineshaft-100">Mobile Authenticator</div>
{isTotpConfigurationLoading ? (
<ContentLoader />
) : (