Added limit on total of file upload on web

This commit is contained in:
Alex
2022-08-26 09:36:54 -07:00
parent 87f7b0849a
commit a128833e68
5 changed files with 31 additions and 14 deletions

View File

@@ -3,7 +3,6 @@ import { redirect } from '@sveltejs/kit';
import { api } from '@api';
import { browser } from '$app/env';
import type { PageLoad } from './$types';
import { goto } from '$app/navigation';
export const load: PageLoad = async ({ parent }) => {
const { user } = await parent();