mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: minor changes
This commit is contained in:
@@ -20,7 +20,6 @@ export default function LoginPage() {
|
||||
useEffect(() => {
|
||||
if(!configuration?.registerEnabled && configuration?.ssoLogin && configuration?.ssoAutoRedirect) {
|
||||
window.location.href = '/login/oauth'
|
||||
return
|
||||
}
|
||||
}, [configuration])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user