Merge remote-tracking branch 'origin/main' into Profile

# Conflicts:
#	src/views/LoginView.vue
This commit is contained in:
Dominic Villemure
2024-06-29 20:42:45 -04:00
6 changed files with 12 additions and 9 deletions

View File

@@ -55,8 +55,7 @@ const isPaymentDialogActive = ref(false);
var checkout;
onMounted(async () => {
// I removed api key to push. Need to get it from backend.
stripe = await loadStripe('');
stripe = await loadStripe(import.meta.env.VITE_STRIPE_API_KEY);
})
const fetchClientSecret = async () => {