Compare commits
No commits in common. "1032c93cbaab7055fa6c7b8478ece9d00ca8419b" and "b4b60cc89b8ab6e241ec1aa052f865cd33dbb0a0" have entirely different histories.
1032c93cba
...
b4b60cc89b
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue