Working on Auth flows. Struggling with getting client and server to both update when signing in or out.
This commit is contained in:
@ -45,7 +45,7 @@ export const resizeImage = async ({
|
||||
(blob) => {
|
||||
if (!blob) return;
|
||||
const resizedFile = new File([blob], file.name, {
|
||||
type: 'imgage/jpeg',
|
||||
type: 'image/jpeg',
|
||||
lastModified: Date.now(),
|
||||
});
|
||||
resolve(resizedFile);
|
||||
|
Reference in New Issue
Block a user