Compare commits

...

2 commits

Author SHA1 Message Date
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
1032c93cba Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m25s
2026-01-19 15:11:41 +07:00
DESKTOP-1R2VSQH\Lenovo ThinkPad E490
d32e72bc1d fix:notify_privacyisAccepted 2026-01-19 15:11:13 +07:00

View file

@ -34,11 +34,11 @@ export function usePermissions() {
const checkPrivacyAccepted = (): boolean => {
if (!privacyStore.isAccepted) {
privacyStore.modalPrivacy = true
$q.notify({
type: 'warning',
message: 'กรุณายอมรับนโยบายคุ้มครองข้อมูลส่วนบุคคลก่อนใช้งาน',
position: 'top',
})
// $q.notify({
// type: 'warning',
// message: 'กรุณายอมรับนโยบายคุ้มครองข้อมูลส่วนบุคคลก่อนใช้งาน',
// position: 'center',
// })
return false
}
return true