fix: auth layout if email is the only auth provider

This commit is contained in:
Amruth Pillai
2023-11-23 17:15:49 +01:00
parent 7131518f3f
commit 6e53a0f7a3
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ import { Config } from "../config/schema";
type ImageUploadType = "pictures" | "previews";
type DocumentUploadType = "resumes";
type UploadType = ImageUploadType | DocumentUploadType;
export type UploadType = ImageUploadType | DocumentUploadType;
const PUBLIC_ACCESS_POLICY = {
Version: "2012-10-17",