Team based role auth for routes
This commit is contained in:
@@ -166,7 +166,6 @@ const onReset = () => {
|
||||
bookingForm.value = { ...newForm };
|
||||
};
|
||||
const onSubmit = () => {
|
||||
console.log('SUBMIT!');
|
||||
const booking = bookingForm.value;
|
||||
if (
|
||||
!(booking.boat && booking.startDate && booking.endDate && auth.currentUser)
|
||||
|
||||
Reference in New Issue
Block a user