diff --git a/src/app/components/LogIn.svelte b/src/app/components/LogIn.svelte index f78dfa2..05fdeb6 100644 --- a/src/app/components/LogIn.svelte +++ b/src/app/components/LogIn.svelte @@ -10,7 +10,7 @@ import SignUp from "@app/components/SignUp.svelte" import InfoNostr from "@app/components/InfoNostr.svelte" import LogInBunker from "@app/components/LogInBunker.svelte" - import LogInBurrow from "@app/components/LogInBurrow.svelte" + import LogInPassword from "@app/components/LogInPassword.svelte" import {pushModal, clearModals} from "@app/modal" import {PLATFORM_NAME, BURROW_URL} from "@app/state" import {pushToast} from "@app/toast" @@ -68,7 +68,7 @@ } }) - const loginWithBurrow = () => pushModal(LogInBurrow) + const loginWithPassword = () => pushModal(LogInPassword) const loginWithBunker = () => pushModal(LogInBunker) @@ -95,7 +95,7 @@ you to own your social identity.

{#if BURROW_URL} -