Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m25s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-19 15:11:41 +07:00
commit 1032c93cba

View file

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