From aadfe206f3233032d8742a17c1f21d4750946a41 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 16 Jul 2025 14:54:44 +0700 Subject: aaaarggh!!! --- components/login/ShipCredsForm.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'components/login') diff --git a/components/login/ShipCredsForm.tsx b/components/login/ShipCredsForm.tsx index d84a474..7853162 100644 --- a/components/login/ShipCredsForm.tsx +++ b/components/login/ShipCredsForm.tsx @@ -1,4 +1,5 @@ "use client"; + import { ColorScheme, lightColors } from "@/constants"; import { StyleSheet, @@ -15,7 +16,7 @@ import { pkDecrypt, pkEncrypt, } from "@/lib/passkey"; -import toast, { Toaster } from "react-hot-toast"; +import toast from "react-hot-toast"; import { makeWalletFromP } from "@/lib/urbit/wallet"; import { hex2buf } from "@/lib/utils/bit"; @@ -113,11 +114,9 @@ export function ShipForm() { style={{ marginTop: 0 }} isLoading={isLoading} /> - No Urbit ID? Get yours. - ); } -- cgit v1.2.3