pwa setting

This commit is contained in:
hamed
2026-06-13 13:28:39 +03:30
parent 0b5d017b14
commit d50fb96542
15 changed files with 782 additions and 0 deletions
+3
View File
@@ -2,6 +2,7 @@ import React, { useEffect, useRef, useState } from 'react';
import { toast } from 'sonner';
import { EyeIcon, EyeSlashIcon } from '@heroicons/react/24/outline';
import { useAuthStore } from '../stores/authStore';
import PwaLoginCard from '../components/ui/PwaLoginCard';
type Mode = 'password' | 'sms' | 'forgot';
type SmsStep = 1 | 2;
@@ -367,6 +368,8 @@ export default function LoginPage() {
ClinicPro نسخه ۱.۰.۰
</p>
</div>
<PwaLoginCard />
</div>
);
}