mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-12 06:59:04 +02:00
Clear notification and set their duration & Fix landing on webauthn form
This commit is contained in:
4
resources/js_vue3/stores/notify.js
vendored
4
resources/js_vue3/stores/notify.js
vendored
@ -63,5 +63,9 @@ export const useNotifyStore = defineStore({
|
||||
notify({ type: 'is-danger', ...notification})
|
||||
},
|
||||
|
||||
clear() {
|
||||
notify({ clean: true })
|
||||
}
|
||||
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user