mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
lint issue
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
const needsEmailVerification = $derived(hasUser && !$user.emailVerification);
|
||||
const notOnOnboarding = $derived(!$page.route.id.includes('/onboarding'));
|
||||
const notOnWizard = $derived(!$wizard.show && !$isNewWizardStatusOpen);
|
||||
const shouldShowEmailBanner = $derived(isCloud && hasUser && needsEmailVerification && notOnOnboarding && notOnWizard);
|
||||
const shouldShowEmailBanner = $derived(
|
||||
isCloud && hasUser && needsEmailVerification && notOnOnboarding && notOnWizard
|
||||
);
|
||||
|
||||
let showSendVerification = $state(false);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user