Right now I'm using it this way:
<Form action={signIn}>
<input
name="providerId"
type="hidden"
value="keycloak"
/>
<input
name="options.callbackUrl"
type="hidden"
value="/dashboard"
/>
<input type="submit" />
</Form>
And the signIn is const signIn = useAuthSignin. How do you show progress here?