mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 10:11:12 +00:00
feat: disable animations setting toggle (#442)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<SignInWrapper>
|
||||
<SignInWrapper animate={!$appConfigStore.disableAnimations}>
|
||||
<div class="flex justify-center">
|
||||
<LoginLogoErrorSuccessIndicator error={!!error} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user