mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
misc: minor ui
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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 />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user