mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Update bug report template
This commit is contained in:
parent
2e61cf3183
commit
d8b26c6da8
5 changed files with 16 additions and 15 deletions
|
|
@ -22,7 +22,7 @@ export const handle: Handle = async ({ event, resolve }) => {
|
|||
firstName,
|
||||
lastName,
|
||||
isAdmin,
|
||||
email,
|
||||
email
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ export const handle: Handle = async ({ event, resolve }) => {
|
|||
|
||||
return response;
|
||||
} catch (error) {
|
||||
console.log('Error [handle]', error);
|
||||
console.log('Error [handle]');
|
||||
return await resolve(event);
|
||||
}
|
||||
};
|
||||
|
|
@ -45,7 +45,7 @@ export const getSession: GetSession = async ({ locals }) => {
|
|||
firstName: locals.user.firstName,
|
||||
lastName: locals.user.lastName,
|
||||
isAdmin: locals.user.isAdmin,
|
||||
email: locals.user.email,
|
||||
},
|
||||
email: locals.user.email
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue