MustBeLogged component + fix sideBar auto open

This commit is contained in:
Dominic Villemure
2024-08-25 12:08:54 -04:00
parent 3796f6069d
commit 11cddfa94f
5 changed files with 56 additions and 30 deletions

View File

@@ -40,6 +40,7 @@ const password = ref("");
const errorSnackBar = ref(false);
const showEmailForm = ref(false);
const showPassword = ref(false);
const googleCallback = ref('');
const props = defineProps({
onSuccess: {