Clean up old auth logic

This commit is contained in:
Robert Long
2022-01-05 16:47:53 -08:00
parent 8a452d80e2
commit 0adc4b3d66
7 changed files with 151 additions and 324 deletions

View File

@@ -22,9 +22,9 @@ import { Button } from "../button";
import {
defaultHomeserver,
defaultHomeserverHost,
useInteractiveLogin,
} from "../ConferenceCallManagerHooks";
import styles from "./LoginPage.module.css";
import { useInteractiveLogin } from "./useInteractiveLogin";
export function LoginPage() {
const [_, login] = useInteractiveLogin();