You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
frontend: remove double separator when password auth is disabled
This commit is contained in:
@ -79,10 +79,12 @@ function Index(): React.ReactElement {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Separator />
|
|
||||||
|
|
||||||
{siteConfig.passwordLoginEnabled && (
|
{siteConfig.passwordLoginEnabled && (
|
||||||
<AccountManagementPasswordPreview siteConfig={siteConfig} />
|
<>
|
||||||
|
<Separator />
|
||||||
|
|
||||||
|
<AccountManagementPasswordPreview siteConfig={siteConfig} />
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Separator />
|
<Separator />
|
||||||
|
Reference in New Issue
Block a user