fix: reduce duration of animations on login and signin page (#648)

This commit is contained in:
Alessandro (Ale) Segala
2025-06-10 12:14:55 -07:00
committed by GitHub
parent d6795300b1
commit d77044882d
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
{#if showAlternativeSignInMethodButton}
<div
class="mb-4 flex items-center justify-center"
style={animate ? 'animation-delay: 1000ms;' : ''}
style={animate ? 'animation-delay: 500ms;' : ''}
>
<a
href={page.url.pathname == '/login'