major: Migration from better-auth to keycloak
This commit is contained in:
@@ -80,13 +80,13 @@ const isOpen = computed({
|
||||
set: (value) => emit('update:modelValue', value)
|
||||
})
|
||||
|
||||
const { notifications, fetchNotifications, handleNotificationClick } = useNotification()
|
||||
|
||||
watch(isOpen, async (newValue) => {
|
||||
if (newValue) {
|
||||
await fetchNotifications()
|
||||
}
|
||||
})
|
||||
// const { notifications, fetchNotifications, handleNotificationClick } = useNotification()
|
||||
//
|
||||
// watch(isOpen, async (newValue) => {
|
||||
// if (newValue) {
|
||||
// await fetchNotifications()
|
||||
// }
|
||||
// })
|
||||
|
||||
function onNotificationClick(notification: NotificationDto) {
|
||||
handleNotificationClick(notification)
|
||||
|
||||
Reference in New Issue
Block a user