Merge branch 'azure-ad' of https://github.com/twihno/linkwarden into twihno-azure-ad

This commit is contained in:
daniel31x13
2024-06-30 07:32:10 -04:00
4 changed files with 95 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import CenteredForm from "@/layouts/CenteredForm";
import { signIn } from "next-auth/react";
import { useRouter } from "next/router";
import React, { useState } from "react";
import { useState } from "react";
import toast from "react-hot-toast";
import { useTranslation } from "next-i18next";
import getServerSideProps from "@/lib/client/getServerSideProps";