update tos

This commit is contained in:
MuslemRahimi 2024-06-21 13:06:35 +02:00
parent 4a2324deaf
commit bd06ee7bf2
2 changed files with 20 additions and 1 deletions

View File

@ -3,6 +3,15 @@ import { registerUserSchema } from '$lib/schemas';
import { validateData } from '$lib/utils'; import { validateData } from '$lib/utils';
async function checkDisposableEmail(email:string) {
}const url = `https://disposable.debounce.io/?email=${encodeURIComponent(email)}`;
const response = await fetch(url, {
method: 'GET',
headers: {
'Content-Type': 'application/json',
},
});
export const actions = { export const actions = {
register: async ({ locals, request }) => { register: async ({ locals, request }) => {
@ -14,7 +23,8 @@ export const actions = {
errors: errors.fieldErrors errors: errors.fieldErrors
}); });
} }
console.log(formData)
//await checkDisposableEmail()
//let username = generateUsername(formData.name.split(' ').join('')).toLowerCase(); //let username = generateUsername(formData.name.split(' ').join('')).toLowerCase();
try { try {

View File

@ -186,8 +186,17 @@
<br> <br>
<br> <br>
If you are not 100% satisfied with your purchase, you can get a full refund on subscription fees up to 30 days from the initial date of purchase (i.e., subscription date). After 30 days, the fees for this product are completely non-refundable. Refund requests can be made to support@stocknear.com. If you are not 100% satisfied with your purchase, you can get a full refund on subscription fees up to 30 days from the initial date of purchase (i.e., subscription date). After 30 days, the fees for this product are completely non-refundable. Refund requests can be made to support@stocknear.com.
</p> </p>
<h3 class="text-2xl font-medium text-white text-start underline">
Changes to the Price and Service Plans.
</h3>
<p class="text-gray-300 mb-5 ">
We may at our reasonable discretion change the price of our subscription plans from time to time to reflect the effect of changes in the total costs associated with our service. Examples of costs elements that affect the price of our subscription plans include production and licensing costs, costs for the technical provision and distribution of our service, customer service and other costs of sales (e.g., billing and payment, marketing), general administration and other overhead costs (e.g., rent, interest and other financing costs, costs of personnel, service providers and services, IT systems, energy), as well as state-imposed fees, contributions, taxes and duties. Any price changes will apply no earlier than 7 days following notice to you. You can cancel your membership at any time during the notice period to avoid future charges.
</p>
<h1 class="text-2xl font-medium text-white text-start underline"> <h1 class="text-2xl font-medium text-white text-start underline">
Termination Termination
</h1> </h1>