Navigate to home by hard reload
This commit is contained in:
@@ -123,7 +123,7 @@ const handleLogin = async () => {
|
||||
},
|
||||
});
|
||||
|
||||
navigateTo("/");
|
||||
window.location.href = "/";
|
||||
} catch (e) {
|
||||
otpCode.value = [];
|
||||
addToast({ message: "مشکلی پیش آمده" });
|
||||
@@ -158,7 +158,7 @@ const resetForm = () => {
|
||||
mask: 'linear-gradient(to bottom, black 0%, rgba(0,0,0,0.3) 80%)',
|
||||
}"
|
||||
/>
|
||||
<div class="flex items-center justify-center flex-col size-full">
|
||||
<div class="flex items-center justify-center flex-col size-full translate-y-[-80px]">
|
||||
<img
|
||||
class="aspect-square w-[300px] translate-y-[100px] animate-fade-in"
|
||||
src="/img/heymlz-seat.gif"
|
||||
|
||||
Reference in New Issue
Block a user