Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m25s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m25s
This commit is contained in:
commit
1032c93cba
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue