mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-16 08:37:53 +02:00
Convert Info notification to Success & Add an Info notification
This commit is contained in:
4
resources/js_vue3/stores/notify.js
vendored
4
resources/js_vue3/stores/notify.js
vendored
@ -52,6 +52,10 @@ export const useNotifyStore = defineStore({
|
||||
},
|
||||
|
||||
info(notification) {
|
||||
notify({ type: 'is-info', ...notification})
|
||||
},
|
||||
|
||||
success(notification) {
|
||||
notify({ type: 'is-success', ...notification})
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user