This commit is contained in:
Dominik Strangas 2023-10-11 11:54:21 +02:00
parent 6e4bf92aed
commit 333fb8fc99
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export const ImpressComponent = (props: { email, phoneNumber }) => {
setTimeout(() => {
setPhone(atob(props.phoneNumber))
setEmail(atob(props.email))
}, 1000);
}, 300);
return (
<div class="p-20">