mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
fix: auth layout if email is the only auth provider
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user