frontend: remove double separator when password auth is disabled
This commit is contained in:
@@ -79,10 +79,12 @@ function Index(): React.ReactElement {
|
||||
)}
|
||||
</div>
|
||||
|
||||
<Separator />
|
||||
|
||||
{siteConfig.passwordLoginEnabled && (
|
||||
<AccountManagementPasswordPreview siteConfig={siteConfig} />
|
||||
<>
|
||||
<Separator />
|
||||
|
||||
<AccountManagementPasswordPreview siteConfig={siteConfig} />
|
||||
</>
|
||||
)}
|
||||
|
||||
<Separator />
|
||||
|
||||
Reference in New Issue
Block a user