You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +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>
|
||||
|
||||
<Separator />
|
||||
|
||||
{siteConfig.passwordLoginEnabled && (
|
||||
<AccountManagementPasswordPreview siteConfig={siteConfig} />
|
||||
<>
|
||||
<Separator />
|
||||
|
||||
<AccountManagementPasswordPreview siteConfig={siteConfig} />
|
||||
</>
|
||||
)}
|
||||
|
||||
<Separator />
|
||||
|
Reference in New Issue
Block a user