···3232 let redirUrl = await getLoginUrl(handle.replace("@", ""));
3333 if (!redirUrl) {
3434 // TODO: better error handling lulw
3535- throw new Error("Does not resolve to a DID");
3535+ throw new Error("Could not get login url. ");
3636 }
3737 setIsRedirecting(true);
3838 if (Platform.OS === "web") {
-1
apps/amethyst/app/auth/options.tsx
···33import { Text } from "../../components/ui/text";
44import { Button } from "../../components/ui/button";
55import React from "react";
66-import { FontAwesome6 } from "@expo/vector-icons";
7687export default function AuthOptions() {
98 return (