chore(web): remove createEventDispatcher from LoginForm (#7177)

This commit is contained in:
Ben McCann
2024-02-18 10:47:13 -08:00
committed by GitHub
parent 857ec0451d
commit 3480fe5326
2 changed files with 12 additions and 14 deletions
+3 -3
View File
@@ -26,9 +26,9 @@
</p>
<LoginForm
on:success={() => goto(AppRoute.PHOTOS, { invalidateAll: true })}
on:firstLogin={() => goto(AppRoute.AUTH_CHANGE_PASSWORD)}
on:onboarding={() => goto(AppRoute.AUTH_ONBOARDING)}
onSuccess={() => goto(AppRoute.PHOTOS, { invalidateAll: true })}
onFirstLogin={() => goto(AppRoute.AUTH_CHANGE_PASSWORD)}
onOnboarding={() => goto(AppRoute.AUTH_ONBOARDING)}
/>
</FullscreenContainer>
{/if}