Polish: imperial, clear-bed, keyboard nudging, empty states (#18)
Build image / build-and-push (push) Successful in 4s
Build image / build-and-push (push) Successful in 4s
Co-authored-by: Steve Dudenhoeffer <[email protected]>
This commit was merged in pull request #37.
This commit is contained in:
@@ -8,6 +8,7 @@ import { TextField } from '@/components/ui/TextField'
|
||||
import { API_BASE, errorMessage } from '@/lib/api'
|
||||
import { useLogin, useProviders } from '@/lib/auth'
|
||||
import { safeRedirectPath } from '@/lib/redirect'
|
||||
import { usePageTitle } from '@/lib/usePageTitle'
|
||||
|
||||
// Server-initiated redirect (not a fetch): the browser navigates to the Go
|
||||
// handler, which 302s to the IdP.
|
||||
@@ -24,6 +25,7 @@ const callbackErrors: Record<string, string> = {
|
||||
}
|
||||
|
||||
export function LoginPage() {
|
||||
usePageTitle('Sign in')
|
||||
const search = useSearch({ from: '/login' })
|
||||
const navigate = useNavigate()
|
||||
const providers = useProviders()
|
||||
|
||||
Reference in New Issue
Block a user