Clear notification and set their duration & Fix landing on webauthn form

This commit is contained in:
Bubka
2023-09-28 16:16:03 +02:00
parent 6769ab381b
commit eaf61dc01f
2 changed files with 8 additions and 9 deletions

View File

@ -63,5 +63,9 @@ export const useNotifyStore = defineStore({
notify({ type: 'is-danger', ...notification})
},
clear() {
notify({ clean: true })
}
},
})