Compare commits

..

No commits in common. "1032c93cbaab7055fa6c7b8478ece9d00ca8419b" and "b4b60cc89b8ab6e241ec1aa052f865cd33dbb0a0" have entirely different histories.

View file

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