Merge branch 'authorizerdev:main' into main
This commit is contained in:
commit
b8c6ee0a6d
|
@ -49,7 +49,8 @@ export default function Login({ urlProps }: { urlProps: Record<string, any> }) {
|
|||
<AuthorizerMagicLinkLogin urlProps={urlProps} />
|
||||
)}
|
||||
{(config.is_basic_authentication_enabled ||
|
||||
config.is_mobile_basic_authentication_enabled) && (
|
||||
config.is_mobile_basic_authentication_enabled) &&
|
||||
!config.is_magic_link_login_enabled && (
|
||||
<Footer>
|
||||
<Link
|
||||
to="#"
|
||||
|
|
Loading…
Reference in New Issue
Block a user