Set timeout for 15 minutes instead of 10 seconds

This commit is contained in:
Anthony Al Lazkani 2024-12-25 22:56:11 +02:00
parent ebff4c020f
commit aa2f4539e7

View file

@ -49,7 +49,7 @@ export default function URLShortener() {
setTimeout(() => { setTimeout(() => {
setShowInput(false); setShowInput(false);
}, 10000); }, 900000);
} catch (error) { } catch (error) {
console.log(error); console.log(error);
} }