Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Dec 12, 2024
1 parent 33f91f3 commit f36ae9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web-auth/src/components/Auth.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
{#if step === AuthStep.Login || step === AuthStep.SignUp}
<EmailPasswordForm
{email}
{isLegacy}
isDomainDisabled={domainDisabled}
{webAuth}
on:back={backToBaseStep}
Expand Down
1 change: 0 additions & 1 deletion web-auth/src/components/EmailPasswordForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
export let disabled = false;
export let email = "";
export let isDomainDisabled = false;
export let isLegacy = false;
export let webAuth: WebAuth;
let showForgetPassword = false;
Expand Down

0 comments on commit f36ae9c

Please sign in to comment.