add checkbox styling, driverslicence handling and validation
This commit is contained in:
@@ -46,6 +46,8 @@ export async function handle({ event, resolve }) {
|
||||
|
||||
event.locals.subscriptions = data.subscriptions;
|
||||
event.locals.user = data.user;
|
||||
event.locals.licence_categories = data.licence_categories;
|
||||
console.dir(event.locals.licence_categories);
|
||||
if (event.locals.user.date_of_birth) {
|
||||
event.locals.user.date_of_birth =
|
||||
event.locals.user.date_of_birth.split("T")[0];
|
||||
|
||||
Reference in New Issue
Block a user