···32 let redirUrl = await getLoginUrl(handle.replace("@", ""));
33 if (!redirUrl) {
34 // TODO: better error handling lulw
35- throw new Error("Does not resolve to a DID");
36 }
37 setIsRedirecting(true);
38 if (Platform.OS === "web") {
···32 let redirUrl = await getLoginUrl(handle.replace("@", ""));
33 if (!redirUrl) {
34 // TODO: better error handling lulw
35+ throw new Error("Could not get login url. ");
36 }
37 setIsRedirecting(true);
38 if (Platform.OS === "web") {
-1
apps/amethyst/app/auth/options.tsx
···3import { Text } from "../../components/ui/text";
4import { Button } from "../../components/ui/button";
5import React from "react";
6-import { FontAwesome6 } from "@expo/vector-icons";
78export default function AuthOptions() {
9 return (
···3import { Text } from "../../components/ui/text";
4import { Button } from "../../components/ui/button";
5import React from "react";
067export default function AuthOptions() {
8 return (