mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Fix LDAP login auth source tabs rendering
This commit is contained in:
parent
64d517232e
commit
e8cd4ed04e
@ -117,9 +117,9 @@ const FormLogin = ({
|
||||
loading,
|
||||
handleSubmit,
|
||||
validate,
|
||||
authSources,
|
||||
authSource,
|
||||
setAuthSource,
|
||||
authSources = [],
|
||||
authSource = 'internal',
|
||||
setAuthSource = () => {},
|
||||
}) => {
|
||||
const translate = useTranslate()
|
||||
const classes = useStyles()
|
||||
@ -435,6 +435,9 @@ const Login = ({ location }) => {
|
||||
handleSubmit={handleSubmit}
|
||||
validate={validateLogin}
|
||||
loading={loading}
|
||||
authSources={authSources}
|
||||
authSource={authSource}
|
||||
setAuthSource={setAuthSource}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user